Html Css Color HEX #7F0C20 Burgundy

📋 copy color: '#7F0C20'

red 127 ◦ green 12 ◦ blue 32

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

Shades of Burgundy #7F0C20

Tints of Burgundy #7F0C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 74.27%
G = 7.02%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F0C20 (or 0x7F0C20) is known color: Burgundy. HEX triplet: 7F, 0C and 20. RGB value is (127,12,32). Sum of RGB (Red+Green+Blue) = 127+12+32=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0C20 is #80F3DF. Grayscale: #303030. Windows color (decimal): -8451040 or 2100351. OLE color: 2100351.

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

Color convert

RGB 127 12 32 -
CMYK 0 0.91 0.75 0.50
HSL 349.57º 0.83% 0.27% -
HSV(B) 349.57º 0.91% 0.5% -
XYZ 9.14 4.88 1.83 -
YUV 48.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 127 12 32 0 0.91 0.75 0.50 349.57 0.83 0.27
Hex 7F C 20 0 5B 4B 32 15E 53 1B
Octal 177 14 40 0 133 113 62 536 123 33
Binary 1111111 1100 100000 0 1011011 1001011 110010 101011110 1010011 11011

Color Harmonies of #7F0C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C20

Black with #7F0C20

Text Example


Text Example

White with #7F0C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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