Html Css Color HEX #97336E Rouge

📋 copy color: '#97336E'

red 151 ◦ green 51 ◦ blue 110

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

Shades of Rouge #97336E

Tints of Rouge #97336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 48.4%
G = 16.35%
B = 35.26%

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

#97336E (or 0x97336E) is known color: Rouge. HEX triplet: 97, 33 and 6E. RGB value is (151,51,110). Sum of RGB (Red+Green+Blue) = 151+51+110=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97336E is #68CC91. Grayscale: #575757. Windows color (decimal): -6868114 or 7222167. OLE color: 7222167.

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

Color convert

RGB 151 51 110 -
CMYK 0 0.66 0.27 0.41
HSL 324.6º 0.5% 0.4% -
HSV(B) 324.6º 0.66% 0.59% -
XYZ 16.76 10.07 15.81 -
YUV 87.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 151 51 110 0 0.66 0.27 0.41 324.6 0.5 0.4
Hex 97 33 6E 0 42 1B 29 145 32 28
Octal 227 63 156 0 102 33 51 505 62 50
Binary 10010111 110011 1101110 0 1000010 11011 101001 101000101 110010 101000

Color Harmonies of #97336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97336E

Black with #97336E

Text Example


Text Example

White with #97336E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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