#950236

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

Shades of Burgundy #950236

Tints of Burgundy #950236

Color information

#950236 (or 0x950236) is unknown color: approx Burgundy. HEX triplet: 95, 02 and 36. RGB value is (149,2,54). Sum of RGB (Red+Green+Blue) = 149+2+54=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #950236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950236 is #6AFDC9. Grayscale: #333333. Windows color (decimal): -7011786 or 3539605. OLE color: 3539605.

HSL color Cylindrical-coordinate representation of color #950236: hue angle of 338.78º 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 #950236 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB149254-
CMYK00.990.640.42
HSL338.78º97.35%29.61%-
HSV(B)338.78º98.66%58.43%-
XYZ13.086.74.09-
YUV51.88129.2197.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=72.68%
G=0.98%
B=26.34%

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
Decimal14925400.990.640.42338.7897.3529.61
Hex95236063402A153611e
Octal22526601431005252314136
Binary1001010110110110011000111000000101010101010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950236; }

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

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

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

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

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

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

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

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