#950036

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

Shades of Burgundy #950036

Tints of Burgundy #950036

Color information

#950036 (or 0x950036) is unknown color: approx Burgundy. HEX triplet: 95, 00 and 36. RGB value is (149,0,54). Sum of RGB (Red+Green+Blue) = 149+0+54=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #950036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950036 is #6AFFC9. Grayscale: #323232. Windows color (decimal): -7012298 or 3539093. OLE color: 3539093.

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

Color convert

RGB149054-
CMYK010.640.42
HSL338.26º100%29.22%-
HSV(B)338.26º100%58.43%-
XYZ13.066.664.09-
YUV50.71129.86198.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=73.40%
G=0%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149054010.640.42338.2610029.22
Hex95036064402A152641d
Octal22506601441005252214435
Binary100101010110110011001001000000101010101010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950036; }

 p { color: rgb(149,0,54); }

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

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

 a { background-color: rgb(149,0,54); }

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

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

 span { border-color: rgb(149,0,54); }

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