#97193A

Color #97193A Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #97193A

Tints of Bright Red #97193A

Color information

#97193A (or 0x97193A) is unknown color: approx Bright Red. HEX triplet: 97, 19 and 3A. RGB value is (151,25,58). Sum of RGB (Red+Green+Blue) = 151+25+58=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #97193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97193A is #68E6C5. Grayscale: #424242. Windows color (decimal): -6874822 or 3807639. OLE color: 3807639.

HSL color Cylindrical-coordinate representation of color #97193A: hue angle of 344.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97193A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1512558-
CMYK00.830.620.41
HSL344.29º71.59%34.51%-
HSV(B)344.29º83.44%59.22%-
XYZ13.877.584.73-
YUV66.44123.24188.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 64.53%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=64.53%
G=10.68%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151255800.830.620.41344.2971.5934.51
Hex97193A0533E291584823
Octal22731720123765153011043
Binary1001011111001111010010100111111101010011010110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,25,58); }

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

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

 a { background-color: rgb(151,25,58); }

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

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

 span { border-color: rgb(151,25,58); }

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