Html Css Color HEX #76022C Burgundy

📋 copy color: '#76022C'

red 118 ◦ green 2 ◦ blue 44

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

Shades of Burgundy #76022C

Tints of Burgundy #76022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 71.95%
G = 1.22%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#76022C (or 0x76022C) is known color: Burgundy. HEX triplet: 76, 02 and 2C. RGB value is (118,2,44). Sum of RGB (Red+Green+Blue) = 118+2+44=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #76022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022C is #89FDD3. Grayscale: #292929. Windows color (decimal): -9043412 or 2884214. OLE color: 2884214.

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

Color convert

RGB 118 2 44 -
CMYK 0 0.98 0.63 0.54
HSL 338.28º 0.97% 0.24% -
HSV(B) 338.28º 0.98% 0.46% -
XYZ 7.95 4.08 2.75 -
YUV 41.47 129.43 182.58 -
System Red Green Blue C M Y K H S L
Decimal 118 2 44 0 0.98 0.63 0.54 338.28 0.97 0.24
Hex 76 2 2C 0 62 3F 36 152 61 18
Octal 166 2 54 0 142 77 66 522 141 30
Binary 1110110 10 101100 0 1100010 111111 110110 101010010 1100001 11000

Color Harmonies of #76022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76022C

Black with #76022C

Text Example


Text Example

White with #76022C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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