Html Css Color HEX #7F0F20 Burgundy

📋 copy color: '#7F0F20'

red 127 ◦ green 15 ◦ blue 32

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

Shades of Burgundy #7F0F20

Tints of Burgundy #7F0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

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

R = 72.99%
G = 8.62%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F0F20 (or 0x7F0F20) is known color: Burgundy. HEX triplet: 7F, 0F and 20. RGB value is (127,15,32). Sum of RGB (Red+Green+Blue) = 127+15+32=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0F20 is #80F0DF. Grayscale: #323232. Windows color (decimal): -8450272 or 2101119. OLE color: 2101119.

HSL color Cylindrical-coordinate representation of color #7F0F20: hue angle of 350.89º 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 #7F0F20 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 15 32 -
CMYK 0 0.88 0.75 0.50
HSL 350.89º 0.79% 0.28% -
HSV(B) 350.89º 0.88% 0.5% -
XYZ 9.18 4.96 1.84 -
YUV 50.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 127 15 32 0 0.88 0.75 0.50 350.89 0.79 0.28
Hex 7F F 20 0 58 4B 32 15F 4F 1C
Octal 177 17 40 0 130 113 62 537 117 34
Binary 1111111 1111 100000 0 1011000 1001011 110010 101011111 1001111 11100

Color Harmonies of #7F0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0F20

Black with #7F0F20

Text Example


Text Example

White with #7F0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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