Html Css Color HEX #891530 Scarlett

📋 copy color: '#891530'

red 137 ◦ green 21 ◦ blue 48

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

Shades of Scarlett #891530

Tints of Scarlett #891530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 66.5%
G = 10.19%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#891530 (or 0x891530) is known color: Scarlett. HEX triplet: 89, 15 and 30. RGB value is (137,21,48). Sum of RGB (Red+Green+Blue) = 137+21+48=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #891530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891530 is #76EACF. Grayscale: #3A3A3A. Windows color (decimal): -7793360 or 3151241. OLE color: 3151241.

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

Color convert

RGB 137 21 48 -
CMYK 0 0.85 0.65 0.46
HSL 346.03º 0.73% 0.31% -
HSV(B) 346.03º 0.85% 0.54% -
XYZ 11.12 6.07 3.38 -
YUV 58.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 137 21 48 0 0.85 0.65 0.46 346.03 0.73 0.31
Hex 89 15 30 0 55 41 2E 15A 49 1F
Octal 211 25 60 0 125 101 56 532 111 37
Binary 10001001 10101 110000 0 1010101 1000001 101110 101011010 1001001 11111

Color Harmonies of #891530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891530

Black with #891530

Text Example


Text Example

White with #891530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891530; }

 p { color: rgb(137,21,48); }

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

background-color css

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

 a { background-color: rgb(137,21,48); }

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

border-color css

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

 span { border-color: rgb(137,21,48); }

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