Html Css Color HEX #993472 Rouge

📋 copy color: '#993472'

red 153 ◦ green 52 ◦ blue 114

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

Shades of Rouge #993472

Tints of Rouge #993472

RGB

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

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

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

R = 47.96%
G = 16.3%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#993472 (or 0x993472) is known color: Rouge. HEX triplet: 99, 34 and 72. RGB value is (153,52,114). Sum of RGB (Red+Green+Blue) = 153+52+114=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #993472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993472 is #66CB8D. Grayscale: #595959. Windows color (decimal): -6736782 or 7484569. OLE color: 7484569.

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

Color convert

RGB 153 52 114 -
CMYK 0 0.66 0.25 0.4
HSL 323.17º 0.49% 0.4% -
HSV(B) 323.17º 0.66% 0.6% -
XYZ 17.4 10.44 17.02 -
YUV 89.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 153 52 114 0 0.66 0.25 0.4 323.17 0.49 0.4
Hex 99 34 72 0 42 19 28 143 31 28
Octal 231 64 162 0 102 31 50 503 61 50
Binary 10011001 110100 1110010 0 1000010 11001 101000 101000011 110001 101000

Color Harmonies of #993472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993472

Black with #993472

Text Example


Text Example

White with #993472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993472; }

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

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

background-color css

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

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

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

border-color css

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

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

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