#7F1418

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

Shades of Red Berry #7F1418

Tints of Red Berry #7F1418

Color information

#7F1418 (or 0x7F1418) is unknown color: approx Red Berry. HEX triplet: 7F, 14 and 18. RGB value is (127,20,24). Sum of RGB (Red+Green+Blue) = 127+20+24=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1418 is #80EBE7. Grayscale: #343434. Windows color (decimal): -8449000 or 1578111. OLE color: 1578111.

HSL color Cylindrical-coordinate representation of color #7F1418: hue angle of 357.76º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1418 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1272024-
CMYK00.840.810.50
HSL357.76º72.79%28.82%-
HSV(B)357.76º84.25%49.8%-
XYZ9.175.081.36-
YUV52.45111.95181.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 74.27%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=74.27%
G=11.70%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127202400.840.810.50357.7672.7928.82
Hex7F14180545132166491d
Octal177243001241216254611135
Binary11111111010011000010101001010001110010101100110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F1418; }

 p { color: rgb(127,20,24); }

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

<style>
 a { background-color: #7F1418; }

 a { background-color: rgb(127,20,24); }

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

<style>
 span { border-color: #7F1418; }

 span { border-color: rgb(127,20,24); }

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