Html Css Color HEX #96376D Rouge

📋 copy color: '#96376D'

red 150 ◦ green 55 ◦ blue 109

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

Shades of Rouge #96376D

Tints of Rouge #96376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 47.77%
G = 17.52%
B = 34.71%

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

#96376D (or 0x96376D) is known color: Rouge. HEX triplet: 96, 37 and 6D. RGB value is (150,55,109). Sum of RGB (Red+Green+Blue) = 150+55+109=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96376D is #69C892. Grayscale: #595959. Windows color (decimal): -6932627 or 7157654. OLE color: 7157654.

HSL color Cylindrical-coordinate representation of color #96376D: hue angle of 325.89º 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 #96376D is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 109 -
CMYK 0 0.63 0.27 0.41
HSL 325.89º 0.46% 0.4% -
HSV(B) 325.89º 0.63% 0.59% -
XYZ 16.7 10.32 15.58 -
YUV 89.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 150 55 109 0 0.63 0.27 0.41 325.89 0.46 0.4
Hex 96 37 6D 0 3F 1B 29 146 2E 28
Octal 226 67 155 0 77 33 51 506 56 50
Binary 10010110 110111 1101101 0 111111 11011 101001 101000110 101110 101000

Color Harmonies of #96376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96376D

Black with #96376D

Text Example


Text Example

White with #96376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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