Html Css Color HEX #7C0C16 Burgundy

📋 copy color: '#7C0C16'

red 124 ◦ green 12 ◦ blue 22

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

Shades of Burgundy #7C0C16

Tints of Burgundy #7C0C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

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

R = 78.48%
G = 7.59%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7C0C16 (or 0x7C0C16) is known color: Burgundy. HEX triplet: 7C, 0C and 16. RGB value is (124,12,22). Sum of RGB (Red+Green+Blue) = 124+12+22=158 (20% of max value = 765). Red value is 124 (48.83% from 255 or 78.48% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0C16 is #83F3E9. Grayscale: #2E2E2E. Windows color (decimal): -8647658 or 1444988. OLE color: 1444988.

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

Color convert

RGB 124 12 22 -
CMYK 0 0.90 0.82 0.51
HSL 354.64º 0.82% 0.27% -
HSV(B) 354.64º 0.9% 0.49% -
XYZ 8.59 4.61 1.2 -
YUV 46.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 124 12 22 0 0.90 0.82 0.51 354.64 0.82 0.27
Hex 7C C 16 0 5A 52 33 163 52 1B
Octal 174 14 26 0 132 122 63 543 122 33
Binary 1111100 1100 10110 0 1011010 1010010 110011 101100011 1010010 11011

Color Harmonies of #7C0C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0C16

Black with #7C0C16

Text Example


Text Example

White with #7C0C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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