Html Css Color HEX #993868 Rouge

📋 copy color: '#993868'

red 153 ◦ green 56 ◦ blue 104

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

Shades of Rouge #993868

Tints of Rouge #993868

RGB

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

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

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

R = 48.88%
G = 17.89%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#993868 (or 0x993868) is known color: Rouge. HEX triplet: 99, 38 and 68. RGB value is (153,56,104). Sum of RGB (Red+Green+Blue) = 153+56+104=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993868 is #66C797. Grayscale: #5A5A5A. Windows color (decimal): -6735768 or 6830233. OLE color: 6830233.

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

Color convert

RGB 153 56 104 -
CMYK 0 0.63 0.32 0.4
HSL 330.31º 0.46% 0.41% -
HSV(B) 330.31º 0.63% 0.6% -
XYZ 17.05 10.6 14.24 -
YUV 90.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 153 56 104 0 0.63 0.32 0.4 330.31 0.46 0.41
Hex 99 38 68 0 3F 20 28 14A 2E 29
Octal 231 70 150 0 77 40 50 512 56 51
Binary 10011001 111000 1101000 0 111111 100000 101000 101001010 101110 101001

Color Harmonies of #993868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993868

Black with #993868

Text Example


Text Example

White with #993868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993868; }

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

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

background-color css

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

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

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

border-color css

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

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

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