#6F171C

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

Shades of Red Berry #6F171C

Tints of Red Berry #6F171C

Color information

#6F171C (or 0x6F171C) is unknown color: approx Red Berry. HEX triplet: 6F, 17 and 1C. RGB value is (111,23,28). Sum of RGB (Red+Green+Blue) = 111+23+28=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F171C is #90E8E3. Grayscale: #313131. Windows color (decimal): -9496804 or 1841007. OLE color: 1841007.

HSL color Cylindrical-coordinate representation of color #6F171C: hue angle of 356.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F171C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1112328-
CMYK00.790.750.56
HSL356.59º65.67%26.27%-
HSV(B)356.59º79.28%43.53%-
XYZ7.074.081.51-
YUV49.88115.65171.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 68.52%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=68.52%
G=14.20%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111232800.790.750.56356.5965.6726.27
Hex6F171C04F4B38165421a
Octal157273401171137054510232
Binary11011111011111100010011111001011111000101100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,28); }

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

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

 a { background-color: rgb(111,23,28); }

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

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

 span { border-color: rgb(111,23,28); }

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