Html Css Color HEX #99326D Rouge

📋 copy color: '#99326D'

red 153 ◦ green 50 ◦ blue 109

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

Shades of Rouge #99326D

Tints of Rouge #99326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 49.04%
G = 16.03%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99326D (or 0x99326D) is known color: Rouge. HEX triplet: 99, 32 and 6D. RGB value is (153,50,109). Sum of RGB (Red+Green+Blue) = 153+50+109=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99326D is #66CD92. Grayscale: #575757. Windows color (decimal): -6737299 or 7156377. OLE color: 7156377.

HSL color Cylindrical-coordinate representation of color #99326D: hue angle of 325.63º degrees, saturation: 0.51, 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 #99326D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 50 109 -
CMYK 0 0.67 0.29 0.4
HSL 325.63º 0.51% 0.4% -
HSV(B) 325.63º 0.67% 0.6% -
XYZ 17.04 10.16 15.53 -
YUV 87.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 153 50 109 0 0.67 0.29 0.4 325.63 0.51 0.4
Hex 99 32 6D 0 43 1D 28 146 33 28
Octal 231 62 155 0 103 35 50 506 63 50
Binary 10011001 110010 1101101 0 1000011 11101 101000 101000110 110011 101000

Color Harmonies of #99326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99326D

Black with #99326D

Text Example


Text Example

White with #99326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,50,109); }

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

background-color css

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

 a { background-color: rgb(153,50,109); }

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

border-color css

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

 span { border-color: rgb(153,50,109); }

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