#891135

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

Shades of Scarlett #891135

Tints of Scarlett #891135

Color information

#891135 (or 0x891135) is unknown color: approx Scarlett. HEX triplet: 89, 11 and 35. RGB value is (137,17,53). Sum of RGB (Red+Green+Blue) = 137+17+53=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #891135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891135 is #76EECA. Grayscale: #383838. Windows color (decimal): -7794379 or 3477897. OLE color: 3477897.

HSL color Cylindrical-coordinate representation of color #891135: hue angle of 342º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891135 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1371753-
CMYK00.880.610.46
HSL342º77.92%30.2%-
HSV(B)342º87.59%53.73%-
XYZ11.165.983.93-
YUV56.98125.76185.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 66.18%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=66.18%
G=8.21%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137175300.880.610.4634277.9230.2
Hex8911350583D2E1564e1e
Octal21121650130755652611636
Binary100010011000111010101011000111101101110101010110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891135; }

 p { color: rgb(137,17,53); }

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

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

 a { background-color: rgb(137,17,53); }

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

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

 span { border-color: rgb(137,17,53); }

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