#891531

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

Shades of Scarlett #891531

Tints of Scarlett #891531

Color information

#891531 (or 0x891531) is unknown color: approx Scarlett. HEX triplet: 89, 15 and 31. RGB value is (137,21,49). Sum of RGB (Red+Green+Blue) = 137+21+49=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #891531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891531 is #76EACE. Grayscale: #3A3A3A. Windows color (decimal): -7793359 or 3216777. OLE color: 3216777.

HSL color Cylindrical-coordinate representation of color #891531: hue angle of 345.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891531 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB1372149-
CMYK00.850.640.46
HSL345.52º73.42%30.98%-
HSV(B)345.52º84.67%53.73%-
XYZ11.146.083.49-
YUV58.88122.43183.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=66.18%
G=10.14%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137214900.850.640.46345.5273.4230.98
Hex891531055402E15a491f
Octal211256101251005653211137
Binary1000100110101110001010101011000000101110101011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891531; }

 p { color: rgb(137,21,49); }

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

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

 a { background-color: rgb(137,21,49); }

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

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

 span { border-color: rgb(137,21,49); }

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