Html Css Color HEX #89162A Scarlett

📋 copy color: '#89162A'

red 137 ◦ green 22 ◦ blue 42

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

Shades of Scarlett #89162A

Tints of Scarlett #89162A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 68.16%
G = 10.95%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#89162A (or 0x89162A) is known color: Scarlett. HEX triplet: 89, 16 and 2A. RGB value is (137,22,42). Sum of RGB (Red+Green+Blue) = 137+22+42=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89162A is #76E9D5. Grayscale: #3A3A3A. Windows color (decimal): -7793110 or 2758281. OLE color: 2758281.

HSL color Cylindrical-coordinate representation of color #89162A: hue angle of 349.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89162A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 22 42 -
CMYK 0 0.84 0.69 0.46
HSL 349.57º 0.72% 0.31% -
HSV(B) 349.57º 0.84% 0.54% -
XYZ 11.02 6.06 2.78 -
YUV 58.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 137 22 42 0 0.84 0.69 0.46 349.57 0.72 0.31
Hex 89 16 2A 0 54 45 2E 15E 48 1F
Octal 211 26 52 0 124 105 56 536 110 37
Binary 10001001 10110 101010 0 1010100 1000101 101110 101011110 1001000 11111

Color Harmonies of #89162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89162A

Black with #89162A

Text Example


Text Example

White with #89162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89162A; }

 p { color: rgb(137,22,42); }

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

background-color css

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

 a { background-color: rgb(137,22,42); }

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

border-color css

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

 span { border-color: rgb(137,22,42); }

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