Html Css Color HEX #973670 Rouge

📋 copy color: '#973670'

red 151 ◦ green 54 ◦ blue 112

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

Shades of Rouge #973670

Tints of Rouge #973670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 47.63%
G = 17.03%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#973670 (or 0x973670) is known color: Rouge. HEX triplet: 97, 36 and 70. RGB value is (151,54,112). Sum of RGB (Red+Green+Blue) = 151+54+112=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973670 is #68C98F. Grayscale: #595959. Windows color (decimal): -6867344 or 7354007. OLE color: 7354007.

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

Color convert

RGB 151 54 112 -
CMYK 0 0.64 0.26 0.41
HSL 324.12º 0.47% 0.4% -
HSV(B) 324.12º 0.64% 0.59% -
XYZ 17.01 10.39 16.44 -
YUV 89.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 151 54 112 0 0.64 0.26 0.41 324.12 0.47 0.4
Hex 97 36 70 0 40 1A 29 144 2F 28
Octal 227 66 160 0 100 32 51 504 57 50
Binary 10010111 110110 1110000 0 1000000 11010 101001 101000100 101111 101000

Color Harmonies of #973670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973670

Black with #973670

Text Example


Text Example

White with #973670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973670; }

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

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

background-color css

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

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

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

border-color css

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

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

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