Html Css Color HEX #99336E Rouge

📋 copy color: '#99336E'

red 153 ◦ green 51 ◦ blue 110

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

Shades of Rouge #99336E

Tints of Rouge #99336E

RGB

 RED value IS 153 (60.16% from 255) = 48.73%

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 48.73%
G = 16.24%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99336E (or 0x99336E) is known color: Rouge. HEX triplet: 99, 33 and 6E. RGB value is (153,51,110). Sum of RGB (Red+Green+Blue) = 153+51+110=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99336E is #66CC91. Grayscale: #585858. Windows color (decimal): -6737042 or 7222169. OLE color: 7222169.

HSL color Cylindrical-coordinate representation of color #99336E: hue angle of 325.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99336E is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 110 -
CMYK 0 0.67 0.28 0.4
HSL 325.29º 0.5% 0.4% -
HSV(B) 325.29º 0.67% 0.6% -
XYZ 17.14 10.27 15.83 -
YUV 88.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 153 51 110 0 0.67 0.28 0.4 325.29 0.5 0.4
Hex 99 33 6E 0 43 1C 28 145 32 28
Octal 231 63 156 0 103 34 50 505 62 50
Binary 10011001 110011 1101110 0 1000011 11100 101000 101000101 110010 101000

Color Harmonies of #99336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99336E

Black with #99336E

Text Example


Text Example

White with #99336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,51,110); }

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

background-color css

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

 a { background-color: rgb(153,51,110); }

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

border-color css

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

 span { border-color: rgb(153,51,110); }

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