Html Css Color HEX #97386C Rouge

📋 copy color: '#97386C'

red 151 ◦ green 56 ◦ blue 108

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

Shades of Rouge #97386C

Tints of Rouge #97386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.78%

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

R = 47.94%
G = 17.78%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#97386C (or 0x97386C) is known color: Rouge. HEX triplet: 97, 38 and 6C. RGB value is (151,56,108). Sum of RGB (Red+Green+Blue) = 151+56+108=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #97386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97386C is #68C793. Grayscale: #5A5A5A. Windows color (decimal): -6866836 or 7092375. OLE color: 7092375.

HSL color Cylindrical-coordinate representation of color #97386C: hue angle of 327.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97386C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 56 108 -
CMYK 0 0.63 0.28 0.41
HSL 327.16º 0.46% 0.41% -
HSV(B) 327.16º 0.63% 0.59% -
XYZ 16.88 10.49 15.32 -
YUV 90.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 151 56 108 0 0.63 0.28 0.41 327.16 0.46 0.41
Hex 97 38 6C 0 3F 1C 29 147 2E 29
Octal 227 70 154 0 77 34 51 507 56 51
Binary 10010111 111000 1101100 0 111111 11100 101001 101000111 101110 101001

Color Harmonies of #97386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97386C

Black with #97386C

Text Example


Text Example

White with #97386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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