Html Css Color HEX #993765 Rouge

📋 copy color: '#993765'

red 153 ◦ green 55 ◦ blue 101

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

Shades of Rouge #993765

Tints of Rouge #993765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 49.51%
G = 17.8%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#993765 (or 0x993765) is known color: Rouge. HEX triplet: 99, 37 and 65. RGB value is (153,55,101). Sum of RGB (Red+Green+Blue) = 153+55+101=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #993765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993765 is #66C89A. Grayscale: #595959. Windows color (decimal): -6736027 or 6633369. OLE color: 6633369.

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

Color convert

RGB 153 55 101 -
CMYK 0 0.64 0.34 0.4
HSL 331.84º 0.47% 0.41% -
HSV(B) 331.84º 0.64% 0.6% -
XYZ 16.85 10.44 13.44 -
YUV 89.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 153 55 101 0 0.64 0.34 0.4 331.84 0.47 0.41
Hex 99 37 65 0 40 22 28 14C 2F 29
Octal 231 67 145 0 100 42 50 514 57 51
Binary 10011001 110111 1100101 0 1000000 100010 101000 101001100 101111 101001

Color Harmonies of #993765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993765

Black with #993765

Text Example


Text Example

White with #993765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993765; }

 p { color: rgb(153,55,101); }

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

background-color css

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

 a { background-color: rgb(153,55,101); }

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

border-color css

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

 span { border-color: rgb(153,55,101); }

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