Html Css Color HEX #76020C Burgundy

📋 copy color: '#76020C'

red 118 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #76020C

Tints of Burgundy #76020C

RGB

 RED value IS 118 (46.48% from 255) = 89.39%

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 89.39%
G = 1.52%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#76020C (or 0x76020C) is known color: Burgundy. HEX triplet: 76, 02 and 0C. RGB value is (118,2,12). Sum of RGB (Red+Green+Blue) = 118+2+12=132 (17% of max value = 765). Red value is 118 (46.48% from 255 or 89.39% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 118 - color contains mainly: red. Hex color #76020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020C is #89FDF3. Grayscale: #252525. Windows color (decimal): -9043444 or 787062. OLE color: 787062.

HSL color Cylindrical-coordinate representation of color #76020C: hue angle of 354.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 12 -
CMYK 0 0.98 0.90 0.54
HSL 354.83º 0.97% 0.24% -
HSV(B) 354.83º 0.98% 0.46% -
XYZ 7.56 3.92 0.71 -
YUV 37.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 118 2 12 0 0.98 0.90 0.54 354.83 0.97 0.24
Hex 76 2 C 0 62 5A 36 163 61 18
Octal 166 2 14 0 142 132 66 543 141 30
Binary 1110110 10 1100 0 1100010 1011010 110110 101100011 1100001 11000

Color Harmonies of #76020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76020C

Black with #76020C

Text Example


Text Example

White with #76020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76020C; }

 p { color: rgb(118,2,12); }

 H1.HeaderClassName
 {
   color: #76020C;
 }
 .AnyTagClassName
 {
   color: #76020C;
 }
</style>

background-color css

<style>
 a { background-color: #76020C; }

 a { background-color: rgb(118,2,12); }

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

border-color css

<style>
 span { border-color: #76020C; }

 span { border-color: rgb(118,2,12); }

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