Html Css Color HEX #760431 Burgundy

📋 copy color: '#760431'

red 118 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #760431

Tints of Burgundy #760431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 49 (19.53% from 255) = 28.65%

R = 69.01%
G = 2.34%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760431 (or 0x760431) is known color: Burgundy. HEX triplet: 76, 04 and 31. RGB value is (118,4,49). Sum of RGB (Red+Green+Blue) = 118+4+49=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760431 is #89FBCE. Grayscale: #2B2B2B. Windows color (decimal): -9042895 or 3212406. OLE color: 3212406.

HSL color Cylindrical-coordinate representation of color #760431: hue angle of 336.32º degrees, saturation: 0.93, 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 #760431 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 49 -
CMYK 0 0.97 0.58 0.54
HSL 336.32º 0.93% 0.24% -
HSV(B) 336.32º 0.97% 0.46% -
XYZ 8.07 4.16 3.28 -
YUV 43.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 118 4 49 0 0.97 0.58 0.54 336.32 0.93 0.24
Hex 76 4 31 0 61 3A 36 150 5D 18
Octal 166 4 61 0 141 72 66 520 135 30
Binary 1110110 100 110001 0 1100001 111010 110110 101010000 1011101 11000

Color Harmonies of #760431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760431

Black with #760431

Text Example


Text Example

White with #760431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760431; }

 p { color: rgb(118,4,49); }

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

background-color css

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

 a { background-color: rgb(118,4,49); }

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

border-color css

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

 span { border-color: rgb(118,4,49); }

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