#89122F

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

Shades of Scarlett #89122F

Tints of Scarlett #89122F

Color information

#89122F (or 0x89122F) is unknown color: approx Scarlett. HEX triplet: 89, 12 and 2F. RGB value is (137,18,47). Sum of RGB (Red+Green+Blue) = 137+18+47=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89122F is #76EDD0. Grayscale: #383838. Windows color (decimal): -7794129 or 3084937. OLE color: 3084937.

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

Color convert

RGB1371847-
CMYK00.870.660.46
HSL345.38º76.77%30.39%-
HSV(B)345.38º86.86%53.73%-
XYZ11.055.963.26-
YUV56.89122.42185.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 47 (18.75% from 255) = 23.27%
R=67.82%
G=8.91%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137184700.870.660.46345.3876.7730.39
Hex89122F057422E1594d1e
Octal211225701271025653111536
Binary1000100110010101111010101111000010101110101011001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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