Html Css Color HEX #76022F Burgundy

📋 copy color: '#76022F'

red 118 ◦ green 2 ◦ blue 47

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

Shades of Burgundy #76022F

Tints of Burgundy #76022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 70.66%
G = 1.2%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76022F (or 0x76022F) is known color: Burgundy. HEX triplet: 76, 02 and 2F. RGB value is (118,2,47). Sum of RGB (Red+Green+Blue) = 118+2+47=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022F is #89FDD0. Grayscale: #292929. Windows color (decimal): -9043409 or 3080822. OLE color: 3080822.

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

Color convert

RGB 118 2 47 -
CMYK 0 0.98 0.60 0.54
HSL 336.72º 0.97% 0.24% -
HSV(B) 336.72º 0.98% 0.46% -
XYZ 8.01 4.1 3.06 -
YUV 41.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 118 2 47 0 0.98 0.60 0.54 336.72 0.97 0.24
Hex 76 2 2F 0 62 3C 36 151 61 18
Octal 166 2 57 0 142 74 66 521 141 30
Binary 1110110 10 101111 0 1100010 111100 110110 101010001 1100001 11000

Color Harmonies of #76022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76022F

Black with #76022F

Text Example


Text Example

White with #76022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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