Html Css Color HEX #993769 Rouge

📋 copy color: '#993769'

red 153 ◦ green 55 ◦ blue 105

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

Shades of Rouge #993769

Tints of Rouge #993769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 48.88%
G = 17.57%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#993769 (or 0x993769) is known color: Rouge. HEX triplet: 99, 37 and 69. RGB value is (153,55,105). Sum of RGB (Red+Green+Blue) = 153+55+105=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #993769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993769 is #66C896. Grayscale: #595959. Windows color (decimal): -6736023 or 6895513. OLE color: 6895513.

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

Color convert

RGB 153 55 105 -
CMYK 0 0.64 0.31 0.4
HSL 329.39º 0.47% 0.41% -
HSV(B) 329.39º 0.64% 0.6% -
XYZ 17.05 10.52 14.5 -
YUV 90 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 153 55 105 0 0.64 0.31 0.4 329.39 0.47 0.41
Hex 99 37 69 0 40 1F 28 149 2F 29
Octal 231 67 151 0 100 37 50 511 57 51
Binary 10011001 110111 1101001 0 1000000 11111 101000 101001001 101111 101001

Color Harmonies of #993769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993769

Black with #993769

Text Example


Text Example

White with #993769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993769; }

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

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

background-color css

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

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

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

border-color css

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

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

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