Html Css Color HEX #7F0820 Burgundy

📋 copy color: '#7F0820'

red 127 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #7F0820

Tints of Burgundy #7F0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 76.05%
G = 4.79%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F0820 (or 0x7F0820) is known color: Burgundy. HEX triplet: 7F, 08 and 20. RGB value is (127,8,32). Sum of RGB (Red+Green+Blue) = 127+8+32=167 (22% of max value = 765). Red value is 127 (50% from 255 or 76.05% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0820 is #80F7DF. Grayscale: #2E2E2E. Windows color (decimal): -8452064 or 2099327. OLE color: 2099327.

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

Color convert

RGB 127 8 32 -
CMYK 0 0.94 0.75 0.50
HSL 347.9º 0.88% 0.26% -
HSV(B) 347.9º 0.94% 0.5% -
XYZ 9.1 4.79 1.81 -
YUV 46.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 127 8 32 0 0.94 0.75 0.50 347.9 0.88 0.26
Hex 7F 8 20 0 5E 4B 32 15C 58 1A
Octal 177 10 40 0 136 113 62 534 130 32
Binary 1111111 1000 100000 0 1011110 1001011 110010 101011100 1011000 11010

Color Harmonies of #7F0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0820

Black with #7F0820

Text Example


Text Example

White with #7F0820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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