Html Css Color HEX #993866 Rouge

📋 copy color: '#993866'

red 153 ◦ green 56 ◦ blue 102

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

Shades of Rouge #993866

Tints of Rouge #993866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 49.2%
G = 18.01%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#993866 (or 0x993866) is known color: Rouge. HEX triplet: 99, 38 and 66. RGB value is (153,56,102). Sum of RGB (Red+Green+Blue) = 153+56+102=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #993866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993866 is #66C799. Grayscale: #5A5A5A. Windows color (decimal): -6735770 or 6699161. OLE color: 6699161.

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

Color convert

RGB 153 56 102 -
CMYK 0 0.63 0.33 0.4
HSL 331.55º 0.46% 0.41% -
HSV(B) 331.55º 0.63% 0.6% -
XYZ 16.95 10.56 13.72 -
YUV 90.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 153 56 102 0 0.63 0.33 0.4 331.55 0.46 0.41
Hex 99 38 66 0 3F 21 28 14C 2E 29
Octal 231 70 146 0 77 41 50 514 56 51
Binary 10011001 111000 1100110 0 111111 100001 101000 101001100 101110 101001

Color Harmonies of #993866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993866

Black with #993866

Text Example


Text Example

White with #993866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993866; }

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

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

background-color css

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

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

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

border-color css

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

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

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