Html Css Color HEX #993270 Rouge

📋 copy color: '#993270'

red 153 ◦ green 50 ◦ blue 112

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

Shades of Rouge #993270

Tints of Rouge #993270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 48.57%
G = 15.87%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#993270 (or 0x993270) is known color: Rouge. HEX triplet: 99, 32 and 70. RGB value is (153,50,112). Sum of RGB (Red+Green+Blue) = 153+50+112=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #993270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993270 is #66CD8F. Grayscale: #575757. Windows color (decimal): -6737296 or 7352985. OLE color: 7352985.

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

Color convert

RGB 153 50 112 -
CMYK 0 0.67 0.27 0.4
HSL 323.88º 0.51% 0.4% -
HSV(B) 323.88º 0.67% 0.6% -
XYZ 17.2 10.22 16.4 -
YUV 87.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 153 50 112 0 0.67 0.27 0.4 323.88 0.51 0.4
Hex 99 32 70 0 43 1B 28 144 33 28
Octal 231 62 160 0 103 33 50 504 63 50
Binary 10011001 110010 1110000 0 1000011 11011 101000 101000100 110011 101000

Color Harmonies of #993270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993270

Black with #993270

Text Example


Text Example

White with #993270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993270; }

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

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

background-color css

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

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

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

border-color css

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

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

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