Html Css Color HEX #97366A Rouge

📋 copy color: '#97366A'

red 151 ◦ green 54 ◦ blue 106

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

Shades of Rouge #97366A

Tints of Rouge #97366A

RGB

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

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

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

R = 48.55%
G = 17.36%
B = 34.08%

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

#97366A (or 0x97366A) is known color: Rouge. HEX triplet: 97, 36 and 6A. RGB value is (151,54,106). Sum of RGB (Red+Green+Blue) = 151+54+106=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366A is #68C995. Grayscale: #585858. Windows color (decimal): -6867350 or 6960791. OLE color: 6960791.

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

Color convert

RGB 151 54 106 -
CMYK 0 0.64 0.30 0.41
HSL 327.84º 0.47% 0.4% -
HSV(B) 327.84º 0.64% 0.59% -
XYZ 16.68 10.26 14.74 -
YUV 88.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 151 54 106 0 0.64 0.30 0.41 327.84 0.47 0.4
Hex 97 36 6A 0 40 1E 29 148 2F 28
Octal 227 66 152 0 100 36 51 510 57 50
Binary 10010111 110110 1101010 0 1000000 11110 101001 101001000 101111 101000

Color Harmonies of #97366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97366A

Black with #97366A

Text Example


Text Example

White with #97366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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