#950832

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

Shades of Burgundy #950832

Tints of Burgundy #950832

Color information

#950832 (or 0x950832) is unknown color: approx Burgundy. HEX triplet: 95, 08 and 32. RGB value is (149,8,50). Sum of RGB (Red+Green+Blue) = 149+8+50=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #950832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950832 is #6AF7CD. Grayscale: #363636. Windows color (decimal): -7010254 or 3278997. OLE color: 3278997.

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

Color convert

RGB149850-
CMYK00.950.660.42
HSL342.13º89.81%30.78%-
HSV(B)342.13º94.63%58.43%-
XYZ13.066.793.64-
YUV54.95125.21195.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 8 (3.52% from 255) = 3.86%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=71.98%
G=3.86%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14985000.950.660.42342.1389.8130.78
Hex9583205F422A1565a1f
Octal225106201371025252613237
Binary100101011000110010010111111000010101010101010110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950832; }

 p { color: rgb(149,8,50); }

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

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

 a { background-color: rgb(149,8,50); }

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

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

 span { border-color: rgb(149,8,50); }

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