#7F1718

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

Shades of Red Berry #7F1718

Tints of Red Berry #7F1718

Color information

#7F1718 (or 0x7F1718) is unknown color: approx Red Berry. HEX triplet: 7F, 17 and 18. RGB value is (127,23,24). Sum of RGB (Red+Green+Blue) = 127+23+24=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1718 is #80E8E7. Grayscale: #363636. Windows color (decimal): -8448232 or 1578879. OLE color: 1578879.

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

Color convert

RGB1272324-
CMYK00.820.810.50
HSL359.42º69.33%29.41%-
HSV(B)359.42º81.89%49.8%-
XYZ9.225.191.38-
YUV54.21110.96179.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.99%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=72.99%
G=13.22%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127232400.820.810.50359.4269.3329.41
Hex7F17180525132167451d
Octal177273001221216254710535
Binary11111111011111000010100101010001110010101100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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