Html Css Color HEX #993469 Rouge

📋 copy color: '#993469'

red 153 ◦ green 52 ◦ blue 105

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

Shades of Rouge #993469

Tints of Rouge #993469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 49.35%
G = 16.77%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#993469 (or 0x993469) is known color: Rouge. HEX triplet: 99, 34 and 69. RGB value is (153,52,105). Sum of RGB (Red+Green+Blue) = 153+52+105=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #993469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993469 is #66CB96. Grayscale: #585858. Windows color (decimal): -6736791 or 6894745. OLE color: 6894745.

HSL color Cylindrical-coordinate representation of color #993469: hue angle of 328.51º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993469 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 52 105 -
CMYK 0 0.66 0.31 0.4
HSL 328.51º 0.49% 0.4% -
HSV(B) 328.51º 0.66% 0.6% -
XYZ 16.91 10.25 14.45 -
YUV 88.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 153 52 105 0 0.66 0.31 0.4 328.51 0.49 0.4
Hex 99 34 69 0 42 1F 28 149 31 28
Octal 231 64 151 0 102 37 50 511 61 50
Binary 10011001 110100 1101001 0 1000010 11111 101000 101001001 110001 101000

Color Harmonies of #993469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993469

Black with #993469

Text Example


Text Example

White with #993469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993469; }

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

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

background-color css

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

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

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

border-color css

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

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

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