Html Css Color HEX #97366C Rouge

📋 copy color: '#97366C'

red 151 ◦ green 54 ◦ blue 108

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

Shades of Rouge #97366C

Tints of Rouge #97366C

RGB

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

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

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

R = 48.24%
G = 17.25%
B = 34.5%

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

#97366C (or 0x97366C) is known color: Rouge. HEX triplet: 97, 36 and 6C. RGB value is (151,54,108). Sum of RGB (Red+Green+Blue) = 151+54+108=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366C is #68C993. Grayscale: #595959. Windows color (decimal): -6867348 or 7091863. OLE color: 7091863.

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

Color convert

RGB 151 54 108 -
CMYK 0 0.64 0.28 0.41
HSL 326.6º 0.47% 0.4% -
HSV(B) 326.6º 0.64% 0.59% -
XYZ 16.79 10.3 15.29 -
YUV 89.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 151 54 108 0 0.64 0.28 0.41 326.6 0.47 0.4
Hex 97 36 6C 0 40 1C 29 147 2F 28
Octal 227 66 154 0 100 34 51 507 57 50
Binary 10010111 110110 1101100 0 1000000 11100 101001 101000111 101111 101000

Color Harmonies of #97366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97366C

Black with #97366C

Text Example


Text Example

White with #97366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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