Html Css Color HEX #76022A Burgundy

📋 copy color: '#76022A'

red 118 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #76022A

Tints of Burgundy #76022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 72.84%
G = 1.23%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76022A (or 0x76022A) is known color: Burgundy. HEX triplet: 76, 02 and 2A. RGB value is (118,2,42). Sum of RGB (Red+Green+Blue) = 118+2+42=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022A is #89FDD5. Grayscale: #292929. Windows color (decimal): -9043414 or 2753142. OLE color: 2753142.

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

Color convert

RGB 118 2 42 -
CMYK 0 0.98 0.64 0.54
HSL 339.31º 0.97% 0.24% -
HSV(B) 339.31º 0.98% 0.46% -
XYZ 7.91 4.06 2.56 -
YUV 41.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 118 2 42 0 0.98 0.64 0.54 339.31 0.97 0.24
Hex 76 2 2A 0 62 40 36 153 61 18
Octal 166 2 52 0 142 100 66 523 141 30
Binary 1110110 10 101010 0 1100010 1000000 110110 101010011 1100001 11000

Color Harmonies of #76022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76022A

Black with #76022A

Text Example


Text Example

White with #76022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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