Html Css Color HEX #993863 Rouge

📋 copy color: '#993863'

red 153 ◦ green 56 ◦ blue 99

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

Shades of Rouge #993863

Tints of Rouge #993863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 49.68%
G = 18.18%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#993863 (or 0x993863) is known color: Rouge. HEX triplet: 99, 38 and 63. RGB value is (153,56,99). Sum of RGB (Red+Green+Blue) = 153+56+99=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #993863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993863 is #66C79C. Grayscale: #595959. Windows color (decimal): -6735773 or 6502553. OLE color: 6502553.

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

Color convert

RGB 153 56 99 -
CMYK 0 0.63 0.35 0.4
HSL 333.4º 0.46% 0.41% -
HSV(B) 333.4º 0.63% 0.6% -
XYZ 16.8 10.5 12.95 -
YUV 89.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 153 56 99 0 0.63 0.35 0.4 333.4 0.46 0.41
Hex 99 38 63 0 3F 23 28 14D 2E 29
Octal 231 70 143 0 77 43 50 515 56 51
Binary 10011001 111000 1100011 0 111111 100011 101000 101001101 101110 101001

Color Harmonies of #993863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993863

Black with #993863

Text Example


Text Example

White with #993863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993863; }

 p { color: rgb(153,56,99); }

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

background-color css

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

 a { background-color: rgb(153,56,99); }

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

border-color css

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

 span { border-color: rgb(153,56,99); }

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