#6F162A

Color #6F162A Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6F162A

Tints of Red Berry #6F162A

Color information

#6F162A (or 0x6F162A) is unknown color: approx Red Berry. HEX triplet: 6F, 16 and 2A. RGB value is (111,22,42). Sum of RGB (Red+Green+Blue) = 111+22+42=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F162A is #90E9D5. Grayscale: #323232. Windows color (decimal): -9497046 or 2758255. OLE color: 2758255.

HSL color Cylindrical-coordinate representation of color #6F162A: hue angle of 346.52º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F162A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1112242-
CMYK00.800.620.56
HSL346.52º66.92%26.08%-
HSV(B)346.52º80.18%43.53%-
XYZ7.264.122.6-
YUV50.89122.99170.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 63.43%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 42 (16.80% from 255) = 24%
R=63.43%
G=12.57%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111224200.800.620.56346.5266.9226.08
Hex6F162A0503E3815b431a
Octal15726520120767053310332
Binary11011111011010101001010000111110111000101011011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F162A; }

 p { color: rgb(111,22,42); }

 H1.HeaderClassName
 {
   color: #6F162A;
 }
 .AnyTagClassName
 {
   color: #6F162A;
 }
</style>
background-color css

<style>
 a { background-color: #6F162A; }

 a { background-color: rgb(111,22,42); }

 div.DivClassName
 {
   background-color: #6F162A;
 }
 .BgClassName
 {
   background-color: #6F162A;
 }
</style>
border-color css

<style>
 span { border-color: #6F162A; }

 span { border-color: rgb(111,22,42); }

 td.TdClassName
 {
   border-color: #6F162A;
 }
 .TagClassName
 {
   border-color: #6F162A;
 }
</style>