#96346F

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

Shades of Rouge #96346F

Tints of Rouge #96346F

Color information

#96346F (or 0x96346F) is unknown color: approx Rouge. HEX triplet: 96, 34 and 6F. RGB value is (150,52,111). Sum of RGB (Red+Green+Blue) = 150+52+111=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96346F is #69CB90. Grayscale: #575757. Windows color (decimal): -6933393 or 7287958. OLE color: 7287958.

HSL color Cylindrical-coordinate representation of color #96346F: hue angle of 323.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96346F is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15052111-
CMYK00.650.260.41
HSL323.88º48.51%39.61%-
HSV(B)323.88º65.33%58.82%-
XYZ16.6710.0916.11-
YUV88.03140.97172.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=47.92%
G=16.61%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505211100.650.260.41323.8848.5139.61
Hex96346F0411A291443128
Octal22664157010132515046150
Binary1001011011010011011110100000111010101001101000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96346F; }

 p { color: rgb(150,52,111); }

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

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

 a { background-color: rgb(150,52,111); }

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

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

 span { border-color: rgb(150,52,111); }

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