Html Css Color HEX #973F75 Rouge

📋 copy color: '#973F75'

red 151 ◦ green 63 ◦ blue 117

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

Shades of Rouge #973F75

Tints of Rouge #973F75

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 45.62%
G = 19.03%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#973F75 (or 0x973F75) is known color: Rouge. HEX triplet: 97, 3F and 75. RGB value is (151,63,117). Sum of RGB (Red+Green+Blue) = 151+63+117=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #973F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973F75 is #68C08A. Grayscale: #5F5F5F. Windows color (decimal): -6865035 or 7683991. OLE color: 7683991.

HSL color Cylindrical-coordinate representation of color #973F75: hue angle of 323.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #973F75 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 63 117 -
CMYK 0 0.58 0.23 0.41
HSL 323.18º 0.41% 0.42% -
HSV(B) 323.18º 0.58% 0.59% -
XYZ 17.75 11.42 18.1 -
YUV 95.47 140.15 167.61 -
System Red Green Blue C M Y K H S L
Decimal 151 63 117 0 0.58 0.23 0.41 323.18 0.41 0.42
Hex 97 3F 75 0 3A 17 29 143 29 2A
Octal 227 77 165 0 72 27 51 503 51 52
Binary 10010111 111111 1110101 0 111010 10111 101001 101000011 101001 101010

Color Harmonies of #973F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973F75

Black with #973F75

Text Example


Text Example

White with #973F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973F75; }

 p { color: rgb(151,63,117); }

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

background-color css

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

 a { background-color: rgb(151,63,117); }

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

border-color css

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

 span { border-color: rgb(151,63,117); }

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