Html Css Color HEX #7C0B18 Burgundy

📋 copy color: '#7C0B18'

red 124 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #7C0B18

Tints of Burgundy #7C0B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 77.99%
G = 6.92%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C0B18 (or 0x7C0B18) is known color: Burgundy. HEX triplet: 7C, 0B and 18. RGB value is (124,11,24). Sum of RGB (Red+Green+Blue) = 124+11+24=159 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.99% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0B18 is #83F4E7. Grayscale: #2E2E2E. Windows color (decimal): -8647912 or 1575804. OLE color: 1575804.

HSL color Cylindrical-coordinate representation of color #7C0B18: hue angle of 353.1º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B18 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 11 24 -
CMYK 0 0.91 0.81 0.51
HSL 353.1º 0.84% 0.26% -
HSV(B) 353.1º 0.91% 0.49% -
XYZ 8.6 4.59 1.3 -
YUV 46.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 124 11 24 0 0.91 0.81 0.51 353.1 0.84 0.26
Hex 7C B 18 0 5B 51 33 161 54 1A
Octal 174 13 30 0 133 121 63 541 124 32
Binary 1111100 1011 11000 0 1011011 1010001 110011 101100001 1010100 11010

Color Harmonies of #7C0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B18

Black with #7C0B18

Text Example


Text Example

White with #7C0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,11,24); }

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

background-color css

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

 a { background-color: rgb(124,11,24); }

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

border-color css

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

 span { border-color: rgb(124,11,24); }

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