#96376C

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

Shades of Rouge #96376C

Tints of Rouge #96376C

Color information

#96376C (or 0x96376C) is unknown color: approx Rouge. HEX triplet: 96, 37 and 6C. RGB value is (150,55,108). Sum of RGB (Red+Green+Blue) = 150+55+108=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96376C is #69C893. Grayscale: #595959. Windows color (decimal): -6932628 or 7092118. OLE color: 7092118.

HSL color Cylindrical-coordinate representation of color #96376C: hue angle of 326.53º 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 #96376C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15055108-
CMYK00.630.280.41
HSL326.53º46.34%40.2%-
HSV(B)326.53º63.33%58.82%-
XYZ16.6510.315.3-
YUV89.45138.47171.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=47.92%
G=17.57%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505510800.630.280.41326.5346.3440.2
Hex96376C03F1C291472e28
Octal2266715407734515075650
Binary100101101101111101100011111111100101001101000111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96376C; }

 p { color: rgb(150,55,108); }

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

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

 a { background-color: rgb(150,55,108); }

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

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

 span { border-color: rgb(150,55,108); }

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