Html Css Color HEX #973470 Rouge

📋 copy color: '#973470'

red 151 ◦ green 52 ◦ blue 112

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

Shades of Rouge #973470

Tints of Rouge #973470

RGB

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

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

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

R = 47.94%
G = 16.51%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#973470 (or 0x973470) is known color: Rouge. HEX triplet: 97, 34 and 70. RGB value is (151,52,112). Sum of RGB (Red+Green+Blue) = 151+52+112=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #973470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973470 is #68CB8F. Grayscale: #585858. Windows color (decimal): -6867856 or 7353495. OLE color: 7353495.

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

Color convert

RGB 151 52 112 -
CMYK 0 0.66 0.26 0.41
HSL 323.64º 0.49% 0.4% -
HSV(B) 323.64º 0.66% 0.59% -
XYZ 16.92 10.21 16.41 -
YUV 88.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 151 52 112 0 0.66 0.26 0.41 323.64 0.49 0.4
Hex 97 34 70 0 42 1A 29 144 31 28
Octal 227 64 160 0 102 32 51 504 61 50
Binary 10010111 110100 1110000 0 1000010 11010 101001 101000100 110001 101000

Color Harmonies of #973470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973470

Black with #973470

Text Example


Text Example

White with #973470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973470; }

 p { color: rgb(151,52,112); }

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

background-color css

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

 a { background-color: rgb(151,52,112); }

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

border-color css

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

 span { border-color: rgb(151,52,112); }

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