Html Css Color HEX #7C0B32 Burgundy

📋 copy color: '#7C0B32'

red 124 ◦ green 11 ◦ blue 50

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

Shades of Burgundy #7C0B32

Tints of Burgundy #7C0B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.03%

R = 67.03%
G = 5.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7C0B32 (or 0x7C0B32) is known color: Burgundy. HEX triplet: 7C, 0B and 32. RGB value is (124,11,50). Sum of RGB (Red+Green+Blue) = 124+11+50=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0B32 is #83F4CD. Grayscale: #313131. Windows color (decimal): -8647886 or 3279740. OLE color: 3279740.

HSL color Cylindrical-coordinate representation of color #7C0B32: hue angle of 339.29º 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 #7C0B32 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 11 50 -
CMYK 0 0.91 0.60 0.51
HSL 339.29º 0.84% 0.26% -
HSV(B) 339.29º 0.91% 0.49% -
XYZ 9.01 4.75 3.46 -
YUV 49.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 124 11 50 0 0.91 0.60 0.51 339.29 0.84 0.26
Hex 7C B 32 0 5B 3C 33 153 54 1A
Octal 174 13 62 0 133 74 63 523 124 32
Binary 1111100 1011 110010 0 1011011 111100 110011 101010011 1010100 11010

Color Harmonies of #7C0B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B32

Black with #7C0B32

Text Example


Text Example

White with #7C0B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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