Html Css Color HEX #760131 Burgundy

📋 copy color: '#760131'

red 118 ◦ green 1 ◦ blue 49

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

Shades of Burgundy #760131

Tints of Burgundy #760131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 70.24%
G = 0.6%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760131 (or 0x760131) is known color: Burgundy. HEX triplet: 76, 01 and 31. RGB value is (118,1,49). Sum of RGB (Red+Green+Blue) = 118+1+49=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760131 is #89FECE. Grayscale: #292929. Windows color (decimal): -9043663 or 3211638. OLE color: 3211638.

HSL color Cylindrical-coordinate representation of color #760131: hue angle of 335.38º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760131 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 49 -
CMYK 0 0.99 0.58 0.54
HSL 335.38º 0.98% 0.23% -
HSV(B) 335.38º 0.99% 0.46% -
XYZ 8.04 4.1 3.27 -
YUV 41.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 118 1 49 0 0.99 0.58 0.54 335.38 0.98 0.23
Hex 76 1 31 0 63 3A 36 14F 62 17
Octal 166 1 61 0 143 72 66 517 142 27
Binary 1110110 1 110001 0 1100011 111010 110110 101001111 1100010 10111

Color Harmonies of #760131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760131

Black with #760131

Text Example


Text Example

White with #760131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760131; }

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

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

background-color css

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

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

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

border-color css

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

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

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