Html Css Color HEX #96366D Rouge

📋 copy color: '#96366D'

red 150 ◦ green 54 ◦ blue 109

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

Shades of Rouge #96366D

Tints of Rouge #96366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 47.92%
G = 17.25%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96366D (or 0x96366D) is known color: Rouge. HEX triplet: 96, 36 and 6D. RGB value is (150,54,109). Sum of RGB (Red+Green+Blue) = 150+54+109=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96366D is #69C992. Grayscale: #585858. Windows color (decimal): -6932883 or 7157398. OLE color: 7157398.

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

Color convert

RGB 150 54 109 -
CMYK 0 0.64 0.27 0.41
HSL 325.63º 0.47% 0.4% -
HSV(B) 325.63º 0.64% 0.59% -
XYZ 16.66 10.23 15.56 -
YUV 88.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 150 54 109 0 0.64 0.27 0.41 325.63 0.47 0.4
Hex 96 36 6D 0 40 1B 29 146 2F 28
Octal 226 66 155 0 100 33 51 506 57 50
Binary 10010110 110110 1101101 0 1000000 11011 101001 101000110 101111 101000

Color Harmonies of #96366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96366D

Black with #96366D

Text Example


Text Example

White with #96366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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