Html Css Color HEX #99356D Rouge

📋 copy color: '#99356D'

red 153 ◦ green 53 ◦ blue 109

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

Shades of Rouge #99356D

Tints of Rouge #99356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 48.57%
G = 16.83%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99356D (or 0x99356D) is known color: Rouge. HEX triplet: 99, 35 and 6D. RGB value is (153,53,109). Sum of RGB (Red+Green+Blue) = 153+53+109=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99356D is #66CA92. Grayscale: #595959. Windows color (decimal): -6736531 or 7157145. OLE color: 7157145.

HSL color Cylindrical-coordinate representation of color #99356D: hue angle of 326.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99356D is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 109 -
CMYK 0 0.65 0.29 0.4
HSL 326.4º 0.49% 0.4% -
HSV(B) 326.4º 0.65% 0.6% -
XYZ 17.17 10.42 15.57 -
YUV 89.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 153 53 109 0 0.65 0.29 0.4 326.4 0.49 0.4
Hex 99 35 6D 0 41 1D 28 146 31 28
Octal 231 65 155 0 101 35 50 506 61 50
Binary 10011001 110101 1101101 0 1000001 11101 101000 101000110 110001 101000

Color Harmonies of #99356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99356D

Black with #99356D

Text Example


Text Example

White with #99356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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