Html Css Color HEX #7C0E16 Burgundy

📋 copy color: '#7C0E16'

red 124 ◦ green 14 ◦ blue 22

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

Shades of Burgundy #7C0E16

Tints of Burgundy #7C0E16

RGB

 RED value IS 124 (48.83% from 255) = 77.5%

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 77.5%
G = 8.75%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C0E16 (or 0x7C0E16) is known color: Burgundy. HEX triplet: 7C, 0E and 16. RGB value is (124,14,22). Sum of RGB (Red+Green+Blue) = 124+14+22=160 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.5% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0E16 is #83F1E9. Grayscale: #2F2F2F. Windows color (decimal): -8647146 or 1445500. OLE color: 1445500.

HSL color Cylindrical-coordinate representation of color #7C0E16: hue angle of 355.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E16 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 14 22 -
CMYK 0 0.89 0.82 0.51
HSL 355.64º 0.8% 0.27% -
HSV(B) 355.64º 0.89% 0.49% -
XYZ 8.61 4.66 1.2 -
YUV 47.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 124 14 22 0 0.89 0.82 0.51 355.64 0.8 0.27
Hex 7C E 16 0 59 52 33 164 50 1B
Octal 174 16 26 0 131 122 63 544 120 33
Binary 1111100 1110 10110 0 1011001 1010010 110011 101100100 1010000 11011

Color Harmonies of #7C0E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0E16

Black with #7C0E16

Text Example


Text Example

White with #7C0E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,14,22); }

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

background-color css

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

 a { background-color: rgb(124,14,22); }

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

border-color css

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

 span { border-color: rgb(124,14,22); }

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