#7F0F18

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

Shades of Burgundy #7F0F18

Tints of Burgundy #7F0F18

Color information

#7F0F18 (or 0x7F0F18) is unknown color: approx Burgundy. HEX triplet: 7F, 0F and 18. RGB value is (127,15,24). Sum of RGB (Red+Green+Blue) = 127+15+24=166 (21% of max value = 765). Red value is 127 (50% from 255 or 76.51% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0F18 is #80F0E7. Grayscale: #313131. Windows color (decimal): -8450280 or 1576831. OLE color: 1576831.

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

Color convert

RGB1271524-
CMYK00.880.810.50
HSL355.18º78.87%27.84%-
HSV(B)355.18º88.19%49.8%-
XYZ9.094.921.33-
YUV49.51113.61183.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 76.51%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 24 (9.77% from 255) = 14.46%
R=76.51%
G=9.04%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127152400.880.810.50355.1878.8727.84
Hex7FF1805851321634f1c
Octal177173001301216254311734
Binary1111111111111000010110001010001110010101100011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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