#97437B

Color #97437B Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #97437B

Tints of Rouge #97437B

Color information

#97437B (or 0x97437B) is unknown color: approx Rouge. HEX triplet: 97, 43 and 7B. RGB value is (151,67,123). Sum of RGB (Red+Green+Blue) = 151+67+123=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97437B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97437B is #68BC84. Grayscale: #626262. Windows color (decimal): -6864005 or 8078231. OLE color: 8078231.

HSL color Cylindrical-coordinate representation of color #97437B: hue angle of 320º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97437B is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15167123-
CMYK00.560.190.41
HSL320º38.53%42.75%-
HSV(B)320º55.63%59.22%-
XYZ18.3412.0220.09-
YUV98.5141.83165.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 67 (26.56% from 255) = 19.65%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=44.28%
G=19.65%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516712300.560.190.4132038.5342.75
Hex97437B0381329140272b
Octal22710317307023515004753
Binary1001011110000111111011011100010011101001101000000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97437B; }

 p { color: rgb(151,67,123); }

 H1.HeaderClassName
 {
   color: #97437B;
 }
 .AnyTagClassName
 {
   color: #97437B;
 }
</style>
background-color css

<style>
 a { background-color: #97437B; }

 a { background-color: rgb(151,67,123); }

 div.DivClassName
 {
   background-color: #97437B;
 }
 .BgClassName
 {
   background-color: #97437B;
 }
</style>
border-color css

<style>
 span { border-color: #97437B; }

 span { border-color: rgb(151,67,123); }

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