Html Css Color HEX #7F081B Burgundy

📋 copy color: '#7F081B'

red 127 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #7F081B

Tints of Burgundy #7F081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 78.4%
G = 4.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#7F081B (or 0x7F081B) is known color: Burgundy. HEX triplet: 7F, 08 and 1B. RGB value is (127,8,27). Sum of RGB (Red+Green+Blue) = 127+8+27=162 (21% of max value = 765). Red value is 127 (50% from 255 or 78.40% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 127 - color contains mainly: red. Hex color #7F081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F081B is #80F7E4. Grayscale: #2D2D2D. Windows color (decimal): -8452069 or 1771647. OLE color: 1771647.

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

Color convert

RGB 127 8 27 -
CMYK 0 0.94 0.79 0.50
HSL 350.42º 0.88% 0.26% -
HSV(B) 350.42º 0.94% 0.5% -
XYZ 9.04 4.76 1.48 -
YUV 45.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 127 8 27 0 0.94 0.79 0.50 350.42 0.88 0.26
Hex 7F 8 1B 0 5E 4F 32 15E 58 1A
Octal 177 10 33 0 136 117 62 536 130 32
Binary 1111111 1000 11011 0 1011110 1001111 110010 101011110 1011000 11010

Color Harmonies of #7F081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F081B

Black with #7F081B

Text Example


Text Example

White with #7F081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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