Html Css Color HEX #96356C Rouge

📋 copy color: '#96356C'

red 150 ◦ green 53 ◦ blue 108

#96356C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #96356C

Tints of Rouge #96356C

RGB

 RED value IS 150 (58.98% from 255) = 48.23%

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 48.23%
G = 17.04%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96356C (or 0x96356C) is known color: Rouge. HEX triplet: 96, 35 and 6C. RGB value is (150,53,108). Sum of RGB (Red+Green+Blue) = 150+53+108=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356C is #69CA93. Grayscale: #585858. Windows color (decimal): -6933140 or 7091606. OLE color: 7091606.

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

Color convert

RGB 150 53 108 -
CMYK 0 0.65 0.28 0.41
HSL 325.98º 0.48% 0.4% -
HSV(B) 325.98º 0.65% 0.59% -
XYZ 16.56 10.11 15.27 -
YUV 88.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 150 53 108 0 0.65 0.28 0.41 325.98 0.48 0.4
Hex 96 35 6C 0 41 1C 29 146 30 28
Octal 226 65 154 0 101 34 51 506 60 50
Binary 10010110 110101 1101100 0 1000001 11100 101001 101000110 110000 101000

Color Harmonies of #96356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96356C

Black with #96356C

Text Example


Text Example

White with #96356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96356C;
 }
 .AnyTagClassName
 {
   color: #96356C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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