#950235

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

Shades of Burgundy #950235

Tints of Burgundy #950235

Color information

#950235 (or 0x950235) is unknown color: approx Burgundy. HEX triplet: 95, 02 and 35. RGB value is (149,2,53). Sum of RGB (Red+Green+Blue) = 149+2+53=204 (27% of max value = 765). Red value is 149 (58.59% from 255 or 73.04% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 149 - color contains mainly: red. Hex color #950235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950235 is #6AFDCA. Grayscale: #333333. Windows color (decimal): -7011787 or 3474069. OLE color: 3474069.

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

Color convert

RGB149253-
CMYK00.990.640.42
HSL339.18º97.35%29.61%-
HSV(B)339.18º98.66%58.43%-
XYZ13.066.693.97-
YUV51.77128.7197.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.04%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=73.04%
G=0.98%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14925300.990.640.42339.1897.3529.61
Hex95235063402A153611e
Octal22526501431005252314136
Binary1001010110110101011000111000000101010101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950235; }

 p { color: rgb(149,2,53); }

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

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

 a { background-color: rgb(149,2,53); }

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

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

 span { border-color: rgb(149,2,53); }

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