Html Css Color HEX #760231 Burgundy

📋 copy color: '#760231'

red 118 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #760231

Tints of Burgundy #760231

RGB

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

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

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

R = 69.82%
G = 1.18%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#760231 (or 0x760231) is known color: Burgundy. HEX triplet: 76, 02 and 31. RGB value is (118,2,49). Sum of RGB (Red+Green+Blue) = 118+2+49=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760231 is #89FDCE. Grayscale: #292929. Windows color (decimal): -9043407 or 3211894. OLE color: 3211894.

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

Color convert

RGB 118 2 49 -
CMYK 0 0.98 0.58 0.54
HSL 335.69º 0.97% 0.24% -
HSV(B) 335.69º 0.98% 0.46% -
XYZ 8.05 4.12 3.28 -
YUV 42.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 118 2 49 0 0.98 0.58 0.54 335.69 0.97 0.24
Hex 76 2 31 0 62 3A 36 150 61 18
Octal 166 2 61 0 142 72 66 520 141 30
Binary 1110110 10 110001 0 1100010 111010 110110 101010000 1100001 11000

Color Harmonies of #760231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760231

Black with #760231

Text Example


Text Example

White with #760231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760231; }

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

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

background-color css

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

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

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

border-color css

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

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

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