Html Css Color HEX #96356F Rouge

📋 copy color: '#96356F'

red 150 ◦ green 53 ◦ blue 111

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

Shades of Rouge #96356F

Tints of Rouge #96356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 47.77%
G = 16.88%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96356F (or 0x96356F) is known color: Rouge. HEX triplet: 96, 35 and 6F. RGB value is (150,53,111). Sum of RGB (Red+Green+Blue) = 150+53+111=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96356F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356F is #69CA90. Grayscale: #585858. Windows color (decimal): -6933137 or 7288214. OLE color: 7288214.

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

Color convert

RGB 150 53 111 -
CMYK 0 0.65 0.26 0.41
HSL 324.12º 0.48% 0.4% -
HSV(B) 324.12º 0.65% 0.59% -
XYZ 16.72 10.18 16.12 -
YUV 88.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 150 53 111 0 0.65 0.26 0.41 324.12 0.48 0.4
Hex 96 35 6F 0 41 1A 29 144 30 28
Octal 226 65 157 0 101 32 51 504 60 50
Binary 10010110 110101 1101111 0 1000001 11010 101001 101000100 110000 101000

Color Harmonies of #96356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96356F

Black with #96356F

Text Example


Text Example

White with #96356F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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