#89192F

Color #89192F Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #89192F

Tints of Scarlett #89192F

Color information

#89192F (or 0x89192F) is unknown color: approx Scarlett. HEX triplet: 89, 19 and 2F. RGB value is (137,25,47). Sum of RGB (Red+Green+Blue) = 137+25+47=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #89192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89192F is #76E6D0. Grayscale: #3D3D3D. Windows color (decimal): -7792337 or 3086729. OLE color: 3086729.

HSL color Cylindrical-coordinate representation of color #89192F: hue angle of 348.21º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89192F is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1372547-
CMYK00.820.660.46
HSL348.21º69.14%31.76%-
HSV(B)348.21º81.75%53.73%-
XYZ11.186.223.3-
YUV61120.11182.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 65.55%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=65.55%
G=11.96%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137254700.820.660.46348.2169.1431.76
Hex89192F052422E15c4520
Octal211315701221025653410540
Binary10001001110011011110101001010000101011101010111001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,25,47); }

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

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

 a { background-color: rgb(137,25,47); }

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

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

 span { border-color: rgb(137,25,47); }

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