Html Css Color HEX #96376B Rouge

📋 copy color: '#96376B'

red 150 ◦ green 55 ◦ blue 107

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

Shades of Rouge #96376B

Tints of Rouge #96376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 48.08%
G = 17.63%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96376B (or 0x96376B) is known color: Rouge. HEX triplet: 96, 37 and 6B. RGB value is (150,55,107). Sum of RGB (Red+Green+Blue) = 150+55+107=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96376B is #69C894. Grayscale: #595959. Windows color (decimal): -6932629 or 7026582. OLE color: 7026582.

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

Color convert

RGB 150 55 107 -
CMYK 0 0.63 0.29 0.41
HSL 327.16º 0.46% 0.4% -
HSV(B) 327.16º 0.63% 0.59% -
XYZ 16.6 10.28 15.02 -
YUV 89.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 150 55 107 0 0.63 0.29 0.41 327.16 0.46 0.4
Hex 96 37 6B 0 3F 1D 29 147 2E 28
Octal 226 67 153 0 77 35 51 507 56 50
Binary 10010110 110111 1101011 0 111111 11101 101001 101000111 101110 101000

Color Harmonies of #96376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96376B

Black with #96376B

Text Example


Text Example

White with #96376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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