Html Css Color HEX #96396C Rouge

📋 copy color: '#96396C'

red 150 ◦ green 57 ◦ blue 108

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

Shades of Rouge #96396C

Tints of Rouge #96396C

RGB

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

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

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

R = 47.62%
G = 18.1%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96396C (or 0x96396C) is known color: Rouge. HEX triplet: 96, 39 and 6C. RGB value is (150,57,108). Sum of RGB (Red+Green+Blue) = 150+57+108=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96396C is #69C693. Grayscale: #5A5A5A. Windows color (decimal): -6932116 or 7092630. OLE color: 7092630.

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

Color convert

RGB 150 57 108 -
CMYK 0 0.62 0.28 0.41
HSL 327.1º 0.45% 0.41% -
HSV(B) 327.1º 0.62% 0.59% -
XYZ 16.75 10.49 15.33 -
YUV 90.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 150 57 108 0 0.62 0.28 0.41 327.1 0.45 0.41
Hex 96 39 6C 0 3E 1C 29 147 2D 29
Octal 226 71 154 0 76 34 51 507 55 51
Binary 10010110 111001 1101100 0 111110 11100 101001 101000111 101101 101001

Color Harmonies of #96396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96396C

Black with #96396C

Text Example


Text Example

White with #96396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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