Html Css Color HEX #99346A Rouge

📋 copy color: '#99346A'

red 153 ◦ green 52 ◦ blue 106

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

Shades of Rouge #99346A

Tints of Rouge #99346A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 49.2%
G = 16.72%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99346A (or 0x99346A) is known color: Rouge. HEX triplet: 99, 34 and 6A. RGB value is (153,52,106). Sum of RGB (Red+Green+Blue) = 153+52+106=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99346A is #66CB95. Grayscale: #585858. Windows color (decimal): -6736790 or 6960281. OLE color: 6960281.

HSL color Cylindrical-coordinate representation of color #99346A: hue angle of 327.92º 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 #99346A is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 106 -
CMYK 0 0.66 0.31 0.4
HSL 327.92º 0.49% 0.4% -
HSV(B) 327.92º 0.66% 0.6% -
XYZ 16.97 10.27 14.72 -
YUV 88.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 153 52 106 0 0.66 0.31 0.4 327.92 0.49 0.4
Hex 99 34 6A 0 42 1F 28 148 31 28
Octal 231 64 152 0 102 37 50 510 61 50
Binary 10011001 110100 1101010 0 1000010 11111 101000 101001000 110001 101000

Color Harmonies of #99346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99346A

Black with #99346A

Text Example


Text Example

White with #99346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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