Html Css Color HEX #99346F Rouge

📋 copy color: '#99346F'

red 153 ◦ green 52 ◦ blue 111

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

Shades of Rouge #99346F

Tints of Rouge #99346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 48.42%
G = 16.46%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99346F (or 0x99346F) is known color: Rouge. HEX triplet: 99, 34 and 6F. RGB value is (153,52,111). Sum of RGB (Red+Green+Blue) = 153+52+111=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99346F is #66CB90. Grayscale: #585858. Windows color (decimal): -6736785 or 7287961. OLE color: 7287961.

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

Color convert

RGB 153 52 111 -
CMYK 0 0.66 0.27 0.4
HSL 324.95º 0.49% 0.4% -
HSV(B) 324.95º 0.66% 0.6% -
XYZ 17.23 10.38 16.13 -
YUV 88.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 153 52 111 0 0.66 0.27 0.4 324.95 0.49 0.4
Hex 99 34 6F 0 42 1B 28 145 31 28
Octal 231 64 157 0 102 33 50 505 61 50
Binary 10011001 110100 1101111 0 1000010 11011 101000 101000101 110001 101000

Color Harmonies of #99346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99346F

Black with #99346F

Text Example


Text Example

White with #99346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99346F; }

 p { color: rgb(153,52,111); }

 H1.HeaderClassName
 {
   color: #99346F;
 }
 .AnyTagClassName
 {
   color: #99346F;
 }
</style>

background-color css

<style>
 a { background-color: #99346F; }

 a { background-color: rgb(153,52,111); }

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

border-color css

<style>
 span { border-color: #99346F; }

 span { border-color: rgb(153,52,111); }

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