#89132B

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

Shades of Scarlett #89132B

Tints of Scarlett #89132B

Color information

#89132B (or 0x89132B) is unknown color: approx Scarlett. HEX triplet: 89, 13 and 2B. RGB value is (137,19,43). Sum of RGB (Red+Green+Blue) = 137+19+43=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89132B is #76ECD4. Grayscale: #393939. Windows color (decimal): -7793877 or 2823049. OLE color: 2823049.

HSL color Cylindrical-coordinate representation of color #89132B: hue angle of 347.8º 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 #89132B is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1371943-
CMYK00.860.690.46
HSL347.8º75.64%30.59%-
HSV(B)347.8º86.13%53.73%-
XYZ10.995.962.86-
YUV57.02120.09185.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.84%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=68.84%
G=9.55%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137194300.860.690.46347.875.6430.59
Hex89132B056452E15c4c1f
Octal211235301261055653411437
Binary1000100110011101011010101101000101101110101011100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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