Html Css Color HEX #993873 Rouge

📋 copy color: '#993873'

red 153 ◦ green 56 ◦ blue 115

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

Shades of Rouge #993873

Tints of Rouge #993873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 47.22%
G = 17.28%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#993873 (or 0x993873) is known color: Rouge. HEX triplet: 99, 38 and 73. RGB value is (153,56,115). Sum of RGB (Red+Green+Blue) = 153+56+115=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #993873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993873 is #66C78C. Grayscale: #5B5B5B. Windows color (decimal): -6735757 or 7551129. OLE color: 7551129.

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

Color convert

RGB 153 56 115 -
CMYK 0 0.63 0.25 0.4
HSL 323.51º 0.46% 0.41% -
HSV(B) 323.51º 0.63% 0.6% -
XYZ 17.65 10.84 17.38 -
YUV 91.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 153 56 115 0 0.63 0.25 0.4 323.51 0.46 0.41
Hex 99 38 73 0 3F 19 28 144 2E 29
Octal 231 70 163 0 77 31 50 504 56 51
Binary 10011001 111000 1110011 0 111111 11001 101000 101000100 101110 101001

Color Harmonies of #993873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993873

Black with #993873

Text Example


Text Example

White with #993873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993873; }

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

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

background-color css

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

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

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

border-color css

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

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

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