Html Css Color HEX #97376C Rouge

📋 copy color: '#97376C'

red 151 ◦ green 55 ◦ blue 108

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

Shades of Rouge #97376C

Tints of Rouge #97376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 48.09%
G = 17.52%
B = 34.39%

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

#97376C (or 0x97376C) is known color: Rouge. HEX triplet: 97, 37 and 6C. RGB value is (151,55,108). Sum of RGB (Red+Green+Blue) = 151+55+108=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97376C is #68C893. Grayscale: #595959. Windows color (decimal): -6867092 or 7092119. OLE color: 7092119.

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

Color convert

RGB 151 55 108 -
CMYK 0 0.64 0.28 0.41
HSL 326.88º 0.47% 0.4% -
HSV(B) 326.88º 0.64% 0.59% -
XYZ 16.84 10.39 15.31 -
YUV 89.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 151 55 108 0 0.64 0.28 0.41 326.88 0.47 0.4
Hex 97 37 6C 0 40 1C 29 147 2F 28
Octal 227 67 154 0 100 34 51 507 57 50
Binary 10010111 110111 1101100 0 1000000 11100 101001 101000111 101111 101000

Color Harmonies of #97376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97376C

Black with #97376C

Text Example


Text Example

White with #97376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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