Html Css Color HEX #97356C Rouge

📋 copy color: '#97356C'

red 151 ◦ green 53 ◦ blue 108

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

Shades of Rouge #97356C

Tints of Rouge #97356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 48.4%
G = 16.99%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97356C (or 0x97356C) is known color: Rouge. HEX triplet: 97, 35 and 6C. RGB value is (151,53,108). Sum of RGB (Red+Green+Blue) = 151+53+108=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97356C is #68CA93. Grayscale: #585858. Windows color (decimal): -6867604 or 7091607. OLE color: 7091607.

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

Color convert

RGB 151 53 108 -
CMYK 0 0.65 0.28 0.41
HSL 326.33º 0.48% 0.4% -
HSV(B) 326.33º 0.65% 0.59% -
XYZ 16.74 10.21 15.28 -
YUV 88.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 151 53 108 0 0.65 0.28 0.41 326.33 0.48 0.4
Hex 97 35 6C 0 41 1C 29 146 30 28
Octal 227 65 154 0 101 34 51 506 60 50
Binary 10010111 110101 1101100 0 1000001 11100 101001 101000110 110000 101000

Color Harmonies of #97356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97356C

Black with #97356C

Text Example


Text Example

White with #97356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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