#963872

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

Shades of Rouge #963872

Tints of Rouge #963872

Color information

#963872 (or 0x963872) is unknown color: approx Rouge. HEX triplet: 96, 38 and 72. RGB value is (150,56,114). Sum of RGB (Red+Green+Blue) = 150+56+114=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #963872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963872 is #69C78D. Grayscale: #5A5A5A. Windows color (decimal): -6932366 or 7485590. OLE color: 7485590.

HSL color Cylindrical-coordinate representation of color #963872: hue angle of 322.98º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963872 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15056114-
CMYK00.630.240.41
HSL322.98º45.63%40.39%-
HSV(B)322.98º62.67%58.82%-
XYZ17.0310.5317.05-
YUV90.72141.14170.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=46.88%
G=17.5%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505611400.630.240.41322.9845.6340.39
Hex96387203F18291432e28
Octal2267016207730515035650
Binary100101101110001110010011111111000101001101000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963872; }

 p { color: rgb(150,56,114); }

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

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

 a { background-color: rgb(150,56,114); }

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

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

 span { border-color: rgb(150,56,114); }

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