Html Css Color HEX #891426 Scarlett

📋 copy color: '#891426'

red 137 ◦ green 20 ◦ blue 38

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

Shades of Scarlett #891426

Tints of Scarlett #891426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.26%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 70.26%
G = 10.26%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#891426 (or 0x891426) is known color: Scarlett. HEX triplet: 89, 14 and 26. RGB value is (137,20,38). Sum of RGB (Red+Green+Blue) = 137+20+38=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891426 is #76EBD9. Grayscale: #393939. Windows color (decimal): -7793626 or 2495625. OLE color: 2495625.

HSL color Cylindrical-coordinate representation of color #891426: hue angle of 350.77º degrees, saturation: 0.75, 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 #891426 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 20 38 -
CMYK 0 0.85 0.72 0.46
HSL 350.77º 0.75% 0.31% -
HSV(B) 350.77º 0.85% 0.54% -
XYZ 10.92 5.96 2.41 -
YUV 57.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 137 20 38 0 0.85 0.72 0.46 350.77 0.75 0.31
Hex 89 14 26 0 55 48 2E 15F 4B 1F
Octal 211 24 46 0 125 110 56 537 113 37
Binary 10001001 10100 100110 0 1010101 1001000 101110 101011111 1001011 11111

Color Harmonies of #891426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891426

Black with #891426

Text Example


Text Example

White with #891426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891426; }

 p { color: rgb(137,20,38); }

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

background-color css

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

 a { background-color: rgb(137,20,38); }

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

border-color css

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

 span { border-color: rgb(137,20,38); }

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