Html Css Color HEX #76032D Burgundy

📋 copy color: '#76032D'

red 118 ◦ green 3 ◦ blue 45

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

Shades of Burgundy #76032D

Tints of Burgundy #76032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 71.08%
G = 1.81%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#76032D (or 0x76032D) is known color: Burgundy. HEX triplet: 76, 03 and 2D. RGB value is (118,3,45). Sum of RGB (Red+Green+Blue) = 118+3+45=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76032D is #89FCD2. Grayscale: #2A2A2A. Windows color (decimal): -9043155 or 2950006. OLE color: 2950006.

HSL color Cylindrical-coordinate representation of color #76032D: hue angle of 338.09º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76032D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 45 -
CMYK 0 0.97 0.62 0.54
HSL 338.09º 0.95% 0.24% -
HSV(B) 338.09º 0.97% 0.46% -
XYZ 7.98 4.11 2.85 -
YUV 42.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 118 3 45 0 0.97 0.62 0.54 338.09 0.95 0.24
Hex 76 3 2D 0 61 3E 36 152 5F 18
Octal 166 3 55 0 141 76 66 522 137 30
Binary 1110110 11 101101 0 1100001 111110 110110 101010010 1011111 11000

Color Harmonies of #76032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76032D

Black with #76032D

Text Example


Text Example

White with #76032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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