Html Css Color HEX #96396D Rouge

📋 copy color: '#96396D'

red 150 ◦ green 57 ◦ blue 109

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

Shades of Rouge #96396D

Tints of Rouge #96396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 47.47%
G = 18.04%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96396D (or 0x96396D) is known color: Rouge. HEX triplet: 96, 39 and 6D. RGB value is (150,57,109). Sum of RGB (Red+Green+Blue) = 150+57+109=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96396D is #69C692. Grayscale: #5A5A5A. Windows color (decimal): -6932115 or 7158166. OLE color: 7158166.

HSL color Cylindrical-coordinate representation of color #96396D: hue angle of 326.45º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96396D is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 109 -
CMYK 0 0.62 0.27 0.41
HSL 326.45º 0.45% 0.41% -
HSV(B) 326.45º 0.62% 0.59% -
XYZ 16.8 10.51 15.61 -
YUV 90.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 150 57 109 0 0.62 0.27 0.41 326.45 0.45 0.41
Hex 96 39 6D 0 3E 1B 29 146 2D 29
Octal 226 71 155 0 76 33 51 506 55 51
Binary 10010110 111001 1101101 0 111110 11011 101001 101000110 101101 101001

Color Harmonies of #96396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96396D

Black with #96396D

Text Example


Text Example

White with #96396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96396D; }

 p { color: rgb(150,57,109); }

 H1.HeaderClassName
 {
   color: #96396D;
 }
 .AnyTagClassName
 {
   color: #96396D;
 }
</style>

background-color css

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

 a { background-color: rgb(150,57,109); }

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

border-color css

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

 span { border-color: rgb(150,57,109); }

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