#89132C

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

Shades of Scarlett #89132C

Tints of Scarlett #89132C

Color information

#89132C (or 0x89132C) is unknown color: approx Scarlett. HEX triplet: 89, 13 and 2C. RGB value is (137,19,44). Sum of RGB (Red+Green+Blue) = 137+19+44=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89132C is #76ECD3. Grayscale: #393939. Windows color (decimal): -7793876 or 2888585. OLE color: 2888585.

HSL color Cylindrical-coordinate representation of color #89132C: hue angle of 347.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89132C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1371944-
CMYK00.860.680.46
HSL347.29º75.64%30.59%-
HSV(B)347.29º86.13%53.73%-
XYZ115.972.95-
YUV57.13120.59184.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.5%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=68.5%
G=9.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137194400.860.680.46347.2975.6430.59
Hex89132C056442E15b4c1f
Octal211235401261045653311437
Binary1000100110011101100010101101000100101110101011011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89132C; }

 p { color: rgb(137,19,44); }

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

<style>
 a { background-color: #89132C; }

 a { background-color: rgb(137,19,44); }

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

<style>
 span { border-color: #89132C; }

 span { border-color: rgb(137,19,44); }

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