Html Css Color HEX #993672 Rouge

📋 copy color: '#993672'

red 153 ◦ green 54 ◦ blue 114

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

Shades of Rouge #993672

Tints of Rouge #993672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 47.66%
G = 16.82%
B = 35.51%

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

#993672 (or 0x993672) is known color: Rouge. HEX triplet: 99, 36 and 72. RGB value is (153,54,114). Sum of RGB (Red+Green+Blue) = 153+54+114=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #993672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993672 is #66C98D. Grayscale: #5A5A5A. Windows color (decimal): -6736270 or 7485081. OLE color: 7485081.

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

Color convert

RGB 153 54 114 -
CMYK 0 0.65 0.25 0.4
HSL 323.64º 0.48% 0.41% -
HSV(B) 323.64º 0.65% 0.6% -
XYZ 17.49 10.63 17.05 -
YUV 90.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 153 54 114 0 0.65 0.25 0.4 323.64 0.48 0.41
Hex 99 36 72 0 41 19 28 144 30 29
Octal 231 66 162 0 101 31 50 504 60 51
Binary 10011001 110110 1110010 0 1000001 11001 101000 101000100 110000 101001

Color Harmonies of #993672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993672

Black with #993672

Text Example


Text Example

White with #993672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993672; }

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

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

background-color css

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

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

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

border-color css

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

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

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