#6F1424

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

Shades of Red Berry #6F1424

Tints of Red Berry #6F1424

Color information

#6F1424 (or 0x6F1424) is unknown color: approx Red Berry. HEX triplet: 6F, 14 and 24. RGB value is (111,20,36). Sum of RGB (Red+Green+Blue) = 111+20+36=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1424 is #90EBDB. Grayscale: #313131. Windows color (decimal): -9497564 or 2364527. OLE color: 2364527.

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

Color convert

RGB1112036-
CMYK00.820.680.56
HSL349.45º69.47%25.69%-
HSV(B)349.45º81.98%43.53%-
XYZ7.124.012.07-
YUV49.03120.65172.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 36 (14.45% from 255) = 21.56%
R=66.47%
G=11.98%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111203600.820.680.56349.4569.4725.69
Hex6F1424052443815d451a
Octal157244401221047053510532
Binary110111110100100100010100101000100111000101011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,36); }

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

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

 a { background-color: rgb(111,20,36); }

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

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

 span { border-color: rgb(111,20,36); }

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