Html Css Color HEX #96366B Rouge

📋 copy color: '#96366B'

red 150 ◦ green 54 ◦ blue 107

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

Shades of Rouge #96366B

Tints of Rouge #96366B

RGB

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

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

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

R = 48.23%
G = 17.36%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96366B (or 0x96366B) is known color: Rouge. HEX triplet: 96, 36 and 6B. RGB value is (150,54,107). Sum of RGB (Red+Green+Blue) = 150+54+107=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96366B is #69C994. Grayscale: #585858. Windows color (decimal): -6932885 or 7026326. OLE color: 7026326.

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

Color convert

RGB 150 54 107 -
CMYK 0 0.64 0.29 0.41
HSL 326.88º 0.47% 0.4% -
HSV(B) 326.88º 0.64% 0.59% -
XYZ 16.55 10.18 15 -
YUV 88.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 150 54 107 0 0.64 0.29 0.41 326.88 0.47 0.4
Hex 96 36 6B 0 40 1D 29 147 2F 28
Octal 226 66 153 0 100 35 51 507 57 50
Binary 10010110 110110 1101011 0 1000000 11101 101001 101000111 101111 101000

Color Harmonies of #96366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96366B

Black with #96366B

Text Example


Text Example

White with #96366B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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