Html Css Color HEX #7F0B18 Burgundy

📋 copy color: '#7F0B18'

red 127 ◦ green 11 ◦ blue 24

#7F0B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #7F0B18

Tints of Burgundy #7F0B18

RGB

 RED value IS 127 (50% from 255) = 78.4%

 GREEN value IS 11 (4.69% from 255) = 6.79%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 78.4%
G = 6.79%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#7F0B18 (or 0x7F0B18) is known color: Burgundy. HEX triplet: 7F, 0B and 18. RGB value is (127,11,24). Sum of RGB (Red+Green+Blue) = 127+11+24=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0B18 is #80F4E7. Grayscale: #2F2F2F. Windows color (decimal): -8451304 or 1575807. OLE color: 1575807.

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

Color convert

RGB 127 11 24 -
CMYK 0 0.91 0.81 0.50
HSL 353.28º 0.84% 0.27% -
HSV(B) 353.28º 0.91% 0.5% -
XYZ 9.04 4.82 1.32 -
YUV 47.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 127 11 24 0 0.91 0.81 0.50 353.28 0.84 0.27
Hex 7F B 18 0 5B 51 32 161 54 1B
Octal 177 13 30 0 133 121 62 541 124 33
Binary 1111111 1011 11000 0 1011011 1010001 110010 101100001 1010100 11011

Color Harmonies of #7F0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B18

Black with #7F0B18

Text Example


Text Example

White with #7F0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F0B18;
 }
 .AnyTagClassName
 {
   color: #7F0B18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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