Html Css Color HEX #76022D Burgundy

📋 copy color: '#76022D'

red 118 ◦ green 2 ◦ blue 45

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

Shades of Burgundy #76022D

Tints of Burgundy #76022D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 71.52%
G = 1.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76022D (or 0x76022D) is known color: Burgundy. HEX triplet: 76, 02 and 2D. RGB value is (118,2,45). Sum of RGB (Red+Green+Blue) = 118+2+45=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #76022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022D is #89FDD2. Grayscale: #292929. Windows color (decimal): -9043411 or 2949750. OLE color: 2949750.

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

Color convert

RGB 118 2 45 -
CMYK 0 0.98 0.62 0.54
HSL 337.76º 0.97% 0.24% -
HSV(B) 337.76º 0.98% 0.46% -
XYZ 7.97 4.08 2.85 -
YUV 41.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 118 2 45 0 0.98 0.62 0.54 337.76 0.97 0.24
Hex 76 2 2D 0 62 3E 36 152 61 18
Octal 166 2 55 0 142 76 66 522 141 30
Binary 1110110 10 101101 0 1100010 111110 110110 101010010 1100001 11000

Color Harmonies of #76022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76022D

Black with #76022D

Text Example


Text Example

White with #76022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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