Html Css Color HEX #76020D Burgundy

📋 copy color: '#76020D'

red 118 ◦ green 2 ◦ blue 13

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

Shades of Burgundy #76020D

Tints of Burgundy #76020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 88.72%
G = 1.5%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76020D (or 0x76020D) is known color: Burgundy. HEX triplet: 76, 02 and 0D. RGB value is (118,2,13). Sum of RGB (Red+Green+Blue) = 118+2+13=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #76020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020D is #89FDF2. Grayscale: #262626. Windows color (decimal): -9043443 or 852598. OLE color: 852598.

HSL color Cylindrical-coordinate representation of color #76020D: hue angle of 354.31º 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 #76020D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 13 -
CMYK 0 0.98 0.89 0.54
HSL 354.31º 0.97% 0.24% -
HSV(B) 354.31º 0.98% 0.46% -
XYZ 7.57 3.92 0.74 -
YUV 37.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 118 2 13 0 0.98 0.89 0.54 354.31 0.97 0.24
Hex 76 2 D 0 62 59 36 162 61 18
Octal 166 2 15 0 142 131 66 542 141 30
Binary 1110110 10 1101 0 1100010 1011001 110110 101100010 1100001 11000

Color Harmonies of #76020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76020D

Black with #76020D

Text Example


Text Example

White with #76020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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