Html Css Color HEX #993568 Rouge

📋 copy color: '#993568'

red 153 ◦ green 53 ◦ blue 104

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

Shades of Rouge #993568

Tints of Rouge #993568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 49.35%
G = 17.1%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993568 (or 0x993568) is known color: Rouge. HEX triplet: 99, 35 and 68. RGB value is (153,53,104). Sum of RGB (Red+Green+Blue) = 153+53+104=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #993568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993568 is #66CA97. Grayscale: #585858. Windows color (decimal): -6736536 or 6829465. OLE color: 6829465.

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

Color convert

RGB 153 53 104 -
CMYK 0 0.65 0.32 0.4
HSL 329.4º 0.49% 0.4% -
HSV(B) 329.4º 0.65% 0.6% -
XYZ 16.91 10.32 14.2 -
YUV 88.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 153 53 104 0 0.65 0.32 0.4 329.4 0.49 0.4
Hex 99 35 68 0 41 20 28 149 31 28
Octal 231 65 150 0 101 40 50 511 61 50
Binary 10011001 110101 1101000 0 1000001 100000 101000 101001001 110001 101000

Color Harmonies of #993568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993568

Black with #993568

Text Example


Text Example

White with #993568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993568; }

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

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

background-color css

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

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

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

border-color css

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

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

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