Html Css Color HEX #97376F Rouge

📋 copy color: '#97376F'

red 151 ◦ green 55 ◦ blue 111

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

Shades of Rouge #97376F

Tints of Rouge #97376F

RGB

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

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

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

R = 47.63%
G = 17.35%
B = 35.02%

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

#97376F (or 0x97376F) is known color: Rouge. HEX triplet: 97, 37 and 6F. RGB value is (151,55,111). Sum of RGB (Red+Green+Blue) = 151+55+111=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #97376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97376F is #68C890. Grayscale: #595959. Windows color (decimal): -6867089 or 7288727. OLE color: 7288727.

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

Color convert

RGB 151 55 111 -
CMYK 0 0.64 0.26 0.41
HSL 325º 0.47% 0.4% -
HSV(B) 325º 0.64% 0.59% -
XYZ 17 10.46 16.16 -
YUV 90.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 151 55 111 0 0.64 0.26 0.41 325 0.47 0.4
Hex 97 37 6F 0 40 1A 29 145 2F 28
Octal 227 67 157 0 100 32 51 505 57 50
Binary 10010111 110111 1101111 0 1000000 11010 101001 101000101 101111 101000

Color Harmonies of #97376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97376F

Black with #97376F

Text Example


Text Example

White with #97376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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