#89172A

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

Shades of Scarlett #89172A

Tints of Scarlett #89172A

Color information

#89172A (or 0x89172A) is unknown color: approx Scarlett. HEX triplet: 89, 17 and 2A. RGB value is (137,23,42). Sum of RGB (Red+Green+Blue) = 137+23+42=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89172A is #76E8D5. Grayscale: #3B3B3B. Windows color (decimal): -7792854 or 2758537. OLE color: 2758537.

HSL color Cylindrical-coordinate representation of color #89172A: hue angle of 350º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89172A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1372342-
CMYK00.830.690.46
HSL350º71.25%31.37%-
HSV(B)350º83.21%53.73%-
XYZ11.046.12.79-
YUV59.25118.27183.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=67.82%
G=11.39%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137234200.830.690.4635071.2531.37
Hex89172A053452E15e471f
Octal211275201231055653610737
Binary1000100110111101010010100111000101101110101011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,23,42); }

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

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

 a { background-color: rgb(137,23,42); }

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

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

 span { border-color: rgb(137,23,42); }

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