Html Css Color HEX #97366D Rouge

📋 copy color: '#97366D'

red 151 ◦ green 54 ◦ blue 109

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

Shades of Rouge #97366D

Tints of Rouge #97366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 48.09%
G = 17.2%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97366D (or 0x97366D) is known color: Rouge. HEX triplet: 97, 36 and 6D. RGB value is (151,54,109). Sum of RGB (Red+Green+Blue) = 151+54+109=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366D is #68C992. Grayscale: #595959. Windows color (decimal): -6867347 or 7157399. OLE color: 7157399.

HSL color Cylindrical-coordinate representation of color #97366D: hue angle of 325.98º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97366D is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 109 -
CMYK 0 0.64 0.28 0.41
HSL 325.98º 0.47% 0.4% -
HSV(B) 325.98º 0.64% 0.59% -
XYZ 16.84 10.32 15.57 -
YUV 89.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 151 54 109 0 0.64 0.28 0.41 325.98 0.47 0.4
Hex 97 36 6D 0 40 1C 29 146 2F 28
Octal 227 66 155 0 100 34 51 506 57 50
Binary 10010111 110110 1101101 0 1000000 11100 101001 101000110 101111 101000

Color Harmonies of #97366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97366D

Black with #97366D

Text Example


Text Example

White with #97366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97366D; }

 p { color: rgb(151,54,109); }

 H1.HeaderClassName
 {
   color: #97366D;
 }
 .AnyTagClassName
 {
   color: #97366D;
 }
</style>

background-color css

<style>
 a { background-color: #97366D; }

 a { background-color: rgb(151,54,109); }

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

border-color css

<style>
 span { border-color: #97366D; }

 span { border-color: rgb(151,54,109); }

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