Html Css Color HEX #7F0E1C Burgundy

📋 copy color: '#7F0E1C'

red 127 ◦ green 14 ◦ blue 28

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

Shades of Burgundy #7F0E1C

Tints of Burgundy #7F0E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 75.15%
G = 8.28%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#7F0E1C (or 0x7F0E1C) is known color: Burgundy. HEX triplet: 7F, 0E and 1C. RGB value is (127,14,28). Sum of RGB (Red+Green+Blue) = 127+14+28=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0E1C is #80F1E3. Grayscale: #313131. Windows color (decimal): -8450532 or 1838719. OLE color: 1838719.

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

Color convert

RGB 127 14 28 -
CMYK 0 0.89 0.78 0.50
HSL 352.57º 0.8% 0.28% -
HSV(B) 352.57º 0.89% 0.5% -
XYZ 9.12 4.91 1.57 -
YUV 49.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 127 14 28 0 0.89 0.78 0.50 352.57 0.8 0.28
Hex 7F E 1C 0 59 4E 32 161 50 1C
Octal 177 16 34 0 131 116 62 541 120 34
Binary 1111111 1110 11100 0 1011001 1001110 110010 101100001 1010000 11100

Color Harmonies of #7F0E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E1C

Black with #7F0E1C

Text Example


Text Example

White with #7F0E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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