#950737

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

Shades of Burgundy #950737

Tints of Burgundy #950737

Color information

#950737 (or 0x950737) is unknown color: approx Burgundy. HEX triplet: 95, 07 and 37. RGB value is (149,7,55). Sum of RGB (Red+Green+Blue) = 149+7+55=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #950737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950737 is #6AF8C8. Grayscale: #363636. Windows color (decimal): -7010505 or 3606421. OLE color: 3606421.

HSL color Cylindrical-coordinate representation of color #950737: hue angle of 339.72º degrees, saturation: 0.91, 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 #950737 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB149755-
CMYK00.950.630.42
HSL339.72º91.03%30.59%-
HSV(B)339.72º95.3%58.43%-
XYZ13.166.824.24-
YUV54.93128.04195.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.62%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=70.62%
G=3.32%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14975500.950.630.42339.7291.0330.59
Hex9573705F3F2A1545b1f
Octal2257670137775252413337
Binary1001010111111011101011111111111101010101010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950737; }

 p { color: rgb(149,7,55); }

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

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

 a { background-color: rgb(149,7,55); }

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

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

 span { border-color: rgb(149,7,55); }

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