Html Css Color HEX #973571 Rouge

📋 copy color: '#973571'

red 151 ◦ green 53 ◦ blue 113

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

Shades of Rouge #973571

Tints of Rouge #973571

RGB

 RED value IS 151 (59.38% from 255) = 47.63%

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 47.63%
G = 16.72%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#973571 (or 0x973571) is known color: Rouge. HEX triplet: 97, 35 and 71. RGB value is (151,53,113). Sum of RGB (Red+Green+Blue) = 151+53+113=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973571 is #68CA8E. Grayscale: #595959. Windows color (decimal): -6867599 or 7419287. OLE color: 7419287.

HSL color Cylindrical-coordinate representation of color #973571: hue angle of 323.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973571 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 53 113 -
CMYK 0 0.65 0.25 0.41
HSL 323.27º 0.48% 0.4% -
HSV(B) 323.27º 0.65% 0.59% -
XYZ 17.02 10.32 16.72 -
YUV 89.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 151 53 113 0 0.65 0.25 0.41 323.27 0.48 0.4
Hex 97 35 71 0 41 19 29 143 30 28
Octal 227 65 161 0 101 31 51 503 60 50
Binary 10010111 110101 1110001 0 1000001 11001 101001 101000011 110000 101000

Color Harmonies of #973571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973571

Black with #973571

Text Example


Text Example

White with #973571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973571; }

 p { color: rgb(151,53,113); }

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

background-color css

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

 a { background-color: rgb(151,53,113); }

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

border-color css

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

 span { border-color: rgb(151,53,113); }

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