#7F1518

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

Shades of Red Berry #7F1518

Tints of Red Berry #7F1518

Color information

#7F1518 (or 0x7F1518) is unknown color: approx Red Berry. HEX triplet: 7F, 15 and 18. RGB value is (127,21,24). Sum of RGB (Red+Green+Blue) = 127+21+24=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1518 is #80EAE7. Grayscale: #353535. Windows color (decimal): -8448744 or 1578367. OLE color: 1578367.

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

Color convert

RGB1272124-
CMYK00.830.810.50
HSL358.3º71.62%29.02%-
HSV(B)358.3º83.46%49.8%-
XYZ9.195.111.37-
YUV53.04111.62180.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 73.84%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=73.84%
G=12.21%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127212400.830.810.50358.371.6229.02
Hex7F15180535132166481d
Octal177253001231216254611035
Binary11111111010111000010100111010001110010101100110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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