Html Css Color HEX #96386E Rouge

📋 copy color: '#96386E'

red 150 ◦ green 56 ◦ blue 110

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

Shades of Rouge #96386E

Tints of Rouge #96386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 47.47%
G = 17.72%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96386E (or 0x96386E) is known color: Rouge. HEX triplet: 96, 38 and 6E. RGB value is (150,56,110). Sum of RGB (Red+Green+Blue) = 150+56+110=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96386E is #69C791. Grayscale: #5A5A5A. Windows color (decimal): -6932370 or 7223446. OLE color: 7223446.

HSL color Cylindrical-coordinate representation of color #96386E: hue angle of 325.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96386E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 56 110 -
CMYK 0 0.63 0.27 0.41
HSL 325.53º 0.46% 0.4% -
HSV(B) 325.53º 0.63% 0.59% -
XYZ 16.81 10.44 15.88 -
YUV 90.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 150 56 110 0 0.63 0.27 0.41 325.53 0.46 0.4
Hex 96 38 6E 0 3F 1B 29 146 2E 28
Octal 226 70 156 0 77 33 51 506 56 50
Binary 10010110 111000 1101110 0 111111 11011 101001 101000110 101110 101000

Color Harmonies of #96386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96386E

Black with #96386E

Text Example


Text Example

White with #96386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96386E; }

 p { color: rgb(150,56,110); }

 H1.HeaderClassName
 {
   color: #96386E;
 }
 .AnyTagClassName
 {
   color: #96386E;
 }
</style>

background-color css

<style>
 a { background-color: #96386E; }

 a { background-color: rgb(150,56,110); }

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

border-color css

<style>
 span { border-color: #96386E; }

 span { border-color: rgb(150,56,110); }

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