Html Css Color HEX #993572 Rouge

📋 copy color: '#993572'

red 153 ◦ green 53 ◦ blue 114

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

Shades of Rouge #993572

Tints of Rouge #993572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 47.81%
G = 16.56%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#993572 (or 0x993572) is known color: Rouge. HEX triplet: 99, 35 and 72. RGB value is (153,53,114). Sum of RGB (Red+Green+Blue) = 153+53+114=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #993572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993572 is #66CA8D. Grayscale: #595959. Windows color (decimal): -6736526 or 7484825. OLE color: 7484825.

HSL color Cylindrical-coordinate representation of color #993572: hue angle of 323.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 #993572 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 114 -
CMYK 0 0.65 0.25 0.4
HSL 323.4º 0.49% 0.4% -
HSV(B) 323.4º 0.65% 0.6% -
XYZ 17.45 10.53 17.03 -
YUV 89.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 153 53 114 0 0.65 0.25 0.4 323.4 0.49 0.4
Hex 99 35 72 0 41 19 28 143 31 28
Octal 231 65 162 0 101 31 50 503 61 50
Binary 10011001 110101 1110010 0 1000001 11001 101000 101000011 110001 101000

Color Harmonies of #993572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993572

Black with #993572

Text Example


Text Example

White with #993572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993572; }

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

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

background-color css

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

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

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

border-color css

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

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

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