Html Css Color HEX #76052F Burgundy

📋 copy color: '#76052F'

red 118 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #76052F

Tints of Burgundy #76052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 69.41%
G = 2.94%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76052F (or 0x76052F) is known color: Burgundy. HEX triplet: 76, 05 and 2F. RGB value is (118,5,47). Sum of RGB (Red+Green+Blue) = 118+5+47=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76052F is #89FAD0. Grayscale: #2B2B2B. Windows color (decimal): -9042641 or 3081590. OLE color: 3081590.

HSL color Cylindrical-coordinate representation of color #76052F: hue angle of 337.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76052F is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 47 -
CMYK 0 0.96 0.60 0.54
HSL 337.7º 0.92% 0.24% -
HSV(B) 337.7º 0.96% 0.46% -
XYZ 8.04 4.17 3.07 -
YUV 43.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 118 5 47 0 0.96 0.60 0.54 337.7 0.92 0.24
Hex 76 5 2F 0 60 3C 36 152 5C 18
Octal 166 5 57 0 140 74 66 522 134 30
Binary 1110110 101 101111 0 1100000 111100 110110 101010010 1011100 11000

Color Harmonies of #76052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76052F

Black with #76052F

Text Example


Text Example

White with #76052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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