Html Css Color HEX #7F051C Burgundy

📋 copy color: '#7F051C'

red 127 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #7F051C

Tints of Burgundy #7F051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 79.38%
G = 3.13%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F051C (or 0x7F051C) is known color: Burgundy. HEX triplet: 7F, 05 and 1C. RGB value is (127,5,28). Sum of RGB (Red+Green+Blue) = 127+5+28=160 (21% of max value = 765). Red value is 127 (50% from 255 or 79.38% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 127 - color contains mainly: red. Hex color #7F051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F051C is #80FAE3. Grayscale: #2C2C2C. Windows color (decimal): -8452836 or 1836415. OLE color: 1836415.

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

Color convert

RGB 127 5 28 -
CMYK 0 0.96 0.78 0.50
HSL 348.69º 0.92% 0.26% -
HSV(B) 348.69º 0.96% 0.5% -
XYZ 9.02 4.7 1.53 -
YUV 44.1 118.92 187.13 -
System Red Green Blue C M Y K H S L
Decimal 127 5 28 0 0.96 0.78 0.50 348.69 0.92 0.26
Hex 7F 5 1C 0 60 4E 32 15D 5C 1A
Octal 177 5 34 0 140 116 62 535 134 32
Binary 1111111 101 11100 0 1100000 1001110 110010 101011101 1011100 11010

Color Harmonies of #7F051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F051C

Black with #7F051C

Text Example


Text Example

White with #7F051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,28); }

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

background-color css

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

 a { background-color: rgb(127,5,28); }

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

border-color css

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

 span { border-color: rgb(127,5,28); }

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