Html Css Color HEX #993271 Rouge

📋 copy color: '#993271'

red 153 ◦ green 50 ◦ blue 113

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

Shades of Rouge #993271

Tints of Rouge #993271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 48.42%
G = 15.82%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#993271 (or 0x993271) is known color: Rouge. HEX triplet: 99, 32 and 71. RGB value is (153,50,113). Sum of RGB (Red+Green+Blue) = 153+50+113=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #993271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993271 is #66CD8E. Grayscale: #575757. Windows color (decimal): -6737295 or 7418521. OLE color: 7418521.

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

Color convert

RGB 153 50 113 -
CMYK 0 0.67 0.26 0.4
HSL 323.3º 0.51% 0.4% -
HSV(B) 323.3º 0.67% 0.6% -
XYZ 17.26 10.25 16.69 -
YUV 87.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 153 50 113 0 0.67 0.26 0.4 323.3 0.51 0.4
Hex 99 32 71 0 43 1A 28 143 33 28
Octal 231 62 161 0 103 32 50 503 63 50
Binary 10011001 110010 1110001 0 1000011 11010 101000 101000011 110011 101000

Color Harmonies of #993271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993271

Black with #993271

Text Example


Text Example

White with #993271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993271; }

 p { color: rgb(153,50,113); }

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

background-color css

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

 a { background-color: rgb(153,50,113); }

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

border-color css

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

 span { border-color: rgb(153,50,113); }

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