Html Css Color HEX #993A6E Rouge

📋 copy color: '#993A6E'

red 153 ◦ green 58 ◦ blue 110

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

Shades of Rouge #993A6E

Tints of Rouge #993A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 47.66%
G = 18.07%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#993A6E (or 0x993A6E) is known color: Rouge. HEX triplet: 99, 3A and 6E. RGB value is (153,58,110). Sum of RGB (Red+Green+Blue) = 153+58+110=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #993A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A6E is #66C591. Grayscale: #5C5C5C. Windows color (decimal): -6735250 or 7223961. OLE color: 7223961.

HSL color Cylindrical-coordinate representation of color #993A6E: hue angle of 327.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A6E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 58 110 -
CMYK 0 0.62 0.28 0.4
HSL 327.16º 0.45% 0.41% -
HSV(B) 327.16º 0.62% 0.6% -
XYZ 17.46 10.92 15.94 -
YUV 92.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 153 58 110 0 0.62 0.28 0.4 327.16 0.45 0.41
Hex 99 3A 6E 0 3E 1C 28 147 2D 29
Octal 231 72 156 0 76 34 50 507 55 51
Binary 10011001 111010 1101110 0 111110 11100 101000 101000111 101101 101001

Color Harmonies of #993A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A6E

Black with #993A6E

Text Example


Text Example

White with #993A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993A6E; }

 p { color: rgb(153,58,110); }

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

background-color css

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

 a { background-color: rgb(153,58,110); }

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

border-color css

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

 span { border-color: rgb(153,58,110); }

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