Html Css Color HEX #891331 Scarlett

📋 copy color: '#891331'

red 137 ◦ green 19 ◦ blue 49

#891331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #891331

Tints of Scarlett #891331

RGB

 RED value IS 137 (53.91% from 255) = 66.83%

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 66.83%
G = 9.27%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#891331 (or 0x891331) is known color: Scarlett. HEX triplet: 89, 13 and 31. RGB value is (137,19,49). Sum of RGB (Red+Green+Blue) = 137+19+49=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #891331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891331 is #76ECCE. Grayscale: #393939. Windows color (decimal): -7793871 or 3216265. OLE color: 3216265.

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

Color convert

RGB 137 19 49 -
CMYK 0 0.86 0.64 0.46
HSL 344.75º 0.76% 0.31% -
HSV(B) 344.75º 0.86% 0.54% -
XYZ 11.1 6.01 3.48 -
YUV 57.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 137 19 49 0 0.86 0.64 0.46 344.75 0.76 0.31
Hex 89 13 31 0 56 40 2E 159 4C 1F
Octal 211 23 61 0 126 100 56 531 114 37
Binary 10001001 10011 110001 0 1010110 1000000 101110 101011001 1001100 11111

Color Harmonies of #891331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891331

Black with #891331

Text Example


Text Example

White with #891331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891331; }

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

 H1.HeaderClassName
 {
   color: #891331;
 }
 .AnyTagClassName
 {
   color: #891331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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