Html Css Color HEX #950533 Burgundy

📋 copy color: '#950533'

red 149 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #950533

Tints of Burgundy #950533

RGB

 RED value IS 149 (58.59% from 255) = 72.68%

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

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 72.68%
G = 2.44%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#950533 (or 0x950533) is known color: Burgundy. HEX triplet: 95, 05 and 33. RGB value is (149,5,51). Sum of RGB (Red+Green+Blue) = 149+5+51=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950533 is #6AFACC. Grayscale: #353535. Windows color (decimal): -7011021 or 3343765. OLE color: 3343765.

HSL color Cylindrical-coordinate representation of color #950533: hue angle of 340.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950533 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 51 -
CMYK 0 0.97 0.66 0.42
HSL 340.83º 0.94% 0.3% -
HSV(B) 340.83º 0.97% 0.58% -
XYZ 13.05 6.74 3.74 -
YUV 53.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 149 5 51 0 0.97 0.66 0.42 340.83 0.94 0.3
Hex 95 5 33 0 61 42 2A 155 5E 1E
Octal 225 5 63 0 141 102 52 525 136 36
Binary 10010101 101 110011 0 1100001 1000010 101010 101010101 1011110 11110

Color Harmonies of #950533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950533

Black with #950533

Text Example


Text Example

White with #950533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950533; }

 p { color: rgb(149,5,51); }

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

background-color css

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

 a { background-color: rgb(149,5,51); }

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

border-color css

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

 span { border-color: rgb(149,5,51); }

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