Html Css Color HEX #76021D Burgundy

📋 copy color: '#76021D'

red 118 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #76021D

Tints of Burgundy #76021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.46%

R = 79.19%
G = 1.34%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76021D (or 0x76021D) is known color: Burgundy. HEX triplet: 76, 02 and 1D. RGB value is (118,2,29). Sum of RGB (Red+Green+Blue) = 118+2+29=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #76021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76021D is #89FDE2. Grayscale: #272727. Windows color (decimal): -9043427 or 1901174. OLE color: 1901174.

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

Color convert

RGB 118 2 29 -
CMYK 0 0.98 0.75 0.54
HSL 346.03º 0.97% 0.24% -
HSV(B) 346.03º 0.98% 0.46% -
XYZ 7.71 3.98 1.52 -
YUV 39.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 118 2 29 0 0.98 0.75 0.54 346.03 0.97 0.24
Hex 76 2 1D 0 62 4B 36 15A 61 18
Octal 166 2 35 0 142 113 66 532 141 30
Binary 1110110 10 11101 0 1100010 1001011 110110 101011010 1100001 11000

Color Harmonies of #76021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76021D

Black with #76021D

Text Example


Text Example

White with #76021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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