#950639

Color #950639 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #950639

Tints of Burgundy #950639

Color information

#950639 (or 0x950639) is unknown color: approx Burgundy. HEX triplet: 95, 06 and 39. RGB value is (149,6,57). Sum of RGB (Red+Green+Blue) = 149+6+57=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #950639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950639 is #6AF9C6. Grayscale: #363636. Windows color (decimal): -7010759 or 3737237. OLE color: 3737237.

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

Color convert

RGB149657-
CMYK00.960.620.42
HSL338.6º92.26%30.39%-
HSV(B)338.6º95.97%58.43%-
XYZ13.26.824.49-
YUV54.57129.38195.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 57 (22.66% from 255) = 26.89%
R=70.28%
G=2.83%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14965700.960.620.42338.692.2630.39
Hex956390603E2A1535c1e
Octal2256710140765252313436
Binary1001010111011100101100000111110101010101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950639; }

 p { color: rgb(149,6,57); }

 H1.HeaderClassName
 {
   color: #950639;
 }
 .AnyTagClassName
 {
   color: #950639;
 }
</style>
background-color css

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

 a { background-color: rgb(149,6,57); }

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

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

 span { border-color: rgb(149,6,57); }

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