#89182B

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

Shades of Scarlett #89182B

Tints of Scarlett #89182B

Color information

#89182B (or 0x89182B) is unknown color: approx Scarlett. HEX triplet: 89, 18 and 2B. RGB value is (137,24,43). Sum of RGB (Red+Green+Blue) = 137+24+43=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89182B is #76E7D4. Grayscale: #3B3B3B. Windows color (decimal): -7792597 or 2824329. OLE color: 2824329.

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

Color convert

RGB1372443-
CMYK00.820.690.46
HSL349.91º70.19%31.57%-
HSV(B)349.91º82.48%53.73%-
XYZ11.086.152.89-
YUV59.95118.44182.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.16%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=67.16%
G=11.76%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137244300.820.690.46349.9170.1931.57
Hex89182B052452E15e4620
Octal211305301221055653610640
Binary10001001110001010110101001010001011011101010111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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