Html Css Color HEX #97376A Rouge

📋 copy color: '#97376A'

red 151 ◦ green 55 ◦ blue 106

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

Shades of Rouge #97376A

Tints of Rouge #97376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 48.4%
G = 17.63%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#97376A (or 0x97376A) is known color: Rouge. HEX triplet: 97, 37 and 6A. RGB value is (151,55,106). Sum of RGB (Red+Green+Blue) = 151+55+106=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97376A is #68C895. Grayscale: #595959. Windows color (decimal): -6867094 or 6961047. OLE color: 6961047.

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

Color convert

RGB 151 55 106 -
CMYK 0 0.64 0.30 0.41
HSL 328.13º 0.47% 0.4% -
HSV(B) 328.13º 0.64% 0.59% -
XYZ 16.73 10.35 14.75 -
YUV 89.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 151 55 106 0 0.64 0.30 0.41 328.13 0.47 0.4
Hex 97 37 6A 0 40 1E 29 148 2F 28
Octal 227 67 152 0 100 36 51 510 57 50
Binary 10010111 110111 1101010 0 1000000 11110 101001 101001000 101111 101000

Color Harmonies of #97376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97376A

Black with #97376A

Text Example


Text Example

White with #97376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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