Html Css Color HEX #97366F Rouge

📋 copy color: '#97366F'

red 151 ◦ green 54 ◦ blue 111

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

Shades of Rouge #97366F

Tints of Rouge #97366F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 47.78%
G = 17.09%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#97366F (or 0x97366F) is known color: Rouge. HEX triplet: 97, 36 and 6F. RGB value is (151,54,111). Sum of RGB (Red+Green+Blue) = 151+54+111=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #97366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366F is #68C990. Grayscale: #595959. Windows color (decimal): -6867345 or 7288471. OLE color: 7288471.

HSL color Cylindrical-coordinate representation of color #97366F: hue angle of 324.74º 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 #97366F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 111 -
CMYK 0 0.64 0.26 0.41
HSL 324.74º 0.47% 0.4% -
HSV(B) 324.74º 0.64% 0.59% -
XYZ 16.95 10.37 16.15 -
YUV 89.5 140.14 171.87 -
System Red Green Blue C M Y K H S L
Decimal 151 54 111 0 0.64 0.26 0.41 324.74 0.47 0.4
Hex 97 36 6F 0 40 1A 29 145 2F 28
Octal 227 66 157 0 100 32 51 505 57 50
Binary 10010111 110110 1101111 0 1000000 11010 101001 101000101 101111 101000

Color Harmonies of #97366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97366F

Black with #97366F

Text Example


Text Example

White with #97366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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