Html Css Color HEX #76020E Burgundy

📋 copy color: '#76020E'

red 118 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #76020E

Tints of Burgundy #76020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.45%

R = 88.06%
G = 1.49%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#76020E (or 0x76020E) is known color: Burgundy. HEX triplet: 76, 02 and 0E. RGB value is (118,2,14). Sum of RGB (Red+Green+Blue) = 118+2+14=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020E is #89FDF1. Grayscale: #262626. Windows color (decimal): -9043442 or 918134. OLE color: 918134.

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

Color convert

RGB 118 2 14 -
CMYK 0 0.98 0.88 0.54
HSL 353.79º 0.97% 0.24% -
HSV(B) 353.79º 0.98% 0.46% -
XYZ 7.57 3.93 0.77 -
YUV 38.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 118 2 14 0 0.98 0.88 0.54 353.79 0.97 0.24
Hex 76 2 E 0 62 58 36 162 61 18
Octal 166 2 16 0 142 130 66 542 141 30
Binary 1110110 10 1110 0 1100010 1011000 110110 101100010 1100001 11000

Color Harmonies of #76020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76020E

Black with #76020E

Text Example


Text Example

White with #76020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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