Html Css Color HEX #97356E Rouge

📋 copy color: '#97356E'

red 151 ◦ green 53 ◦ blue 110

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

Shades of Rouge #97356E

Tints of Rouge #97356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 48.09%
G = 16.88%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97356E (or 0x97356E) is known color: Rouge. HEX triplet: 97, 35 and 6E. RGB value is (151,53,110). Sum of RGB (Red+Green+Blue) = 151+53+110=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97356E is #68CA91. Grayscale: #585858. Windows color (decimal): -6867602 or 7222679. OLE color: 7222679.

HSL color Cylindrical-coordinate representation of color #97356E: hue angle of 325.1º 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 #97356E is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 53 110 -
CMYK 0 0.65 0.27 0.41
HSL 325.1º 0.48% 0.4% -
HSV(B) 325.1º 0.65% 0.59% -
XYZ 16.85 10.25 15.84 -
YUV 88.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 151 53 110 0 0.65 0.27 0.41 325.1 0.48 0.4
Hex 97 35 6E 0 41 1B 29 145 30 28
Octal 227 65 156 0 101 33 51 505 60 50
Binary 10010111 110101 1101110 0 1000001 11011 101001 101000101 110000 101000

Color Harmonies of #97356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97356E

Black with #97356E

Text Example


Text Example

White with #97356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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