Html Css Color HEX #89103A Scarlett

📋 copy color: '#89103A'

red 137 ◦ green 16 ◦ blue 58

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

Shades of Scarlett #89103A

Tints of Scarlett #89103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 64.93%
G = 7.58%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89103A (or 0x89103A) is known color: Scarlett. HEX triplet: 89, 10 and 3A. RGB value is (137,16,58). Sum of RGB (Red+Green+Blue) = 137+16+58=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #89103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89103A is #76EFC5. Grayscale: #383838. Windows color (decimal): -7794630 or 3805321. OLE color: 3805321.

HSL color Cylindrical-coordinate representation of color #89103A: hue angle of 339.17º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89103A is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 16 58 -
CMYK 0 0.88 0.58 0.46
HSL 339.17º 0.79% 0.3% -
HSV(B) 339.17º 0.88% 0.54% -
XYZ 11.27 5.99 4.57 -
YUV 56.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 137 16 58 0 0.88 0.58 0.46 339.17 0.79 0.3
Hex 89 10 3A 0 58 3A 2E 153 4F 1E
Octal 211 20 72 0 130 72 56 523 117 36
Binary 10001001 10000 111010 0 1011000 111010 101110 101010011 1001111 11110

Color Harmonies of #89103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89103A

Black with #89103A

Text Example


Text Example

White with #89103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,16,58); }

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

background-color css

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

 a { background-color: rgb(137,16,58); }

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

border-color css

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

 span { border-color: rgb(137,16,58); }

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