Html Css Color HEX #7F0E20 Burgundy

📋 copy color: '#7F0E20'

red 127 ◦ green 14 ◦ blue 32

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

Shades of Burgundy #7F0E20

Tints of Burgundy #7F0E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 32 (12.89% from 255) = 18.5%

R = 73.41%
G = 8.09%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F0E20 (or 0x7F0E20) is known color: Burgundy. HEX triplet: 7F, 0E and 20. RGB value is (127,14,32). Sum of RGB (Red+Green+Blue) = 127+14+32=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E20 is #80F1DF. Grayscale: #313131. Windows color (decimal): -8450528 or 2100863. OLE color: 2100863.

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

Color convert

RGB 127 14 32 -
CMYK 0 0.89 0.75 0.50
HSL 350.44º 0.8% 0.28% -
HSV(B) 350.44º 0.89% 0.5% -
XYZ 9.17 4.93 1.83 -
YUV 49.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 127 14 32 0 0.89 0.75 0.50 350.44 0.8 0.28
Hex 7F E 20 0 59 4B 32 15E 50 1C
Octal 177 16 40 0 131 113 62 536 120 34
Binary 1111111 1110 100000 0 1011001 1001011 110010 101011110 1010000 11100

Color Harmonies of #7F0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E20

Black with #7F0E20

Text Example


Text Example

White with #7F0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,32); }

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

background-color css

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

 a { background-color: rgb(127,14,32); }

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

border-color css

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

 span { border-color: rgb(127,14,32); }

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