Html Css Color HEX #891329 Scarlett

📋 copy color: '#891329'

red 137 ◦ green 19 ◦ blue 41

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

Shades of Scarlett #891329

Tints of Scarlett #891329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 69.54%
G = 9.64%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#891329 (or 0x891329) is known color: Scarlett. HEX triplet: 89, 13 and 29. RGB value is (137,19,41). Sum of RGB (Red+Green+Blue) = 137+19+41=197 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.54% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 137 - color contains mainly: red. Hex color #891329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891329 is #76ECD6. Grayscale: #383838. Windows color (decimal): -7793879 or 2691977. OLE color: 2691977.

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

Color convert

RGB 137 19 41 -
CMYK 0 0.86 0.70 0.46
HSL 348.81º 0.76% 0.31% -
HSV(B) 348.81º 0.86% 0.54% -
XYZ 10.95 5.94 2.67 -
YUV 56.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 137 19 41 0 0.86 0.70 0.46 348.81 0.76 0.31
Hex 89 13 29 0 56 46 2E 15D 4C 1F
Octal 211 23 51 0 126 106 56 535 114 37
Binary 10001001 10011 101001 0 1010110 1000110 101110 101011101 1001100 11111

Color Harmonies of #891329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891329

Black with #891329

Text Example


Text Example

White with #891329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891329; }

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

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

background-color css

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

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

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

border-color css

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

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

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