Html Css Color HEX #97346E Rouge

📋 copy color: '#97346E'

red 151 ◦ green 52 ◦ blue 110

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

Shades of Rouge #97346E

Tints of Rouge #97346E

RGB

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

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

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

R = 48.24%
G = 16.61%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#97346E (or 0x97346E) is known color: Rouge. HEX triplet: 97, 34 and 6E. RGB value is (151,52,110). Sum of RGB (Red+Green+Blue) = 151+52+110=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97346E is #68CB91. Grayscale: #585858. Windows color (decimal): -6867858 or 7222423. OLE color: 7222423.

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

Color convert

RGB 151 52 110 -
CMYK 0 0.66 0.27 0.41
HSL 324.85º 0.49% 0.4% -
HSV(B) 324.85º 0.66% 0.59% -
XYZ 16.8 10.16 15.83 -
YUV 88.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 151 52 110 0 0.66 0.27 0.41 324.85 0.49 0.4
Hex 97 34 6E 0 42 1B 29 145 31 28
Octal 227 64 156 0 102 33 51 505 61 50
Binary 10010111 110100 1101110 0 1000010 11011 101001 101000101 110001 101000

Color Harmonies of #97346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97346E

Black with #97346E

Text Example


Text Example

White with #97346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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