Html Css Color HEX #891334 Scarlett

📋 copy color: '#891334'

red 137 ◦ green 19 ◦ blue 52

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

Shades of Scarlett #891334

Tints of Scarlett #891334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25%

R = 65.87%
G = 9.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#891334 (or 0x891334) is known color: Scarlett. HEX triplet: 89, 13 and 34. RGB value is (137,19,52). Sum of RGB (Red+Green+Blue) = 137+19+52=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #891334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891334 is #76ECCB. Grayscale: #3A3A3A. Windows color (decimal): -7793868 or 3412873. OLE color: 3412873.

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

Color convert

RGB 137 19 52 -
CMYK 0 0.86 0.62 0.46
HSL 343.22º 0.76% 0.31% -
HSV(B) 343.22º 0.86% 0.54% -
XYZ 11.17 6.03 3.82 -
YUV 58.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 137 19 52 0 0.86 0.62 0.46 343.22 0.76 0.31
Hex 89 13 34 0 56 3E 2E 157 4C 1F
Octal 211 23 64 0 126 76 56 527 114 37
Binary 10001001 10011 110100 0 1010110 111110 101110 101010111 1001100 11111

Color Harmonies of #891334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891334

Black with #891334

Text Example


Text Example

White with #891334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891334; }

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

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

background-color css

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

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

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

border-color css

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

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

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