Html Css Color HEX #89152C Scarlett

📋 copy color: '#89152C'

red 137 ◦ green 21 ◦ blue 44

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

Shades of Scarlett #89152C

Tints of Scarlett #89152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 67.82%
G = 10.4%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89152C (or 0x89152C) is known color: Scarlett. HEX triplet: 89, 15 and 2C. RGB value is (137,21,44). Sum of RGB (Red+Green+Blue) = 137+21+44=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89152C is #76EAD3. Grayscale: #3A3A3A. Windows color (decimal): -7793364 or 2889097. OLE color: 2889097.

HSL color Cylindrical-coordinate representation of color #89152C: hue angle of 348.1º 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 #89152C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 44 -
CMYK 0 0.85 0.68 0.46
HSL 348.1º 0.73% 0.31% -
HSV(B) 348.1º 0.85% 0.54% -
XYZ 11.04 6.04 2.97 -
YUV 58.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 137 21 44 0 0.85 0.68 0.46 348.1 0.73 0.31
Hex 89 15 2C 0 55 44 2E 15C 49 1F
Octal 211 25 54 0 125 104 56 534 111 37
Binary 10001001 10101 101100 0 1010101 1000100 101110 101011100 1001001 11111

Color Harmonies of #89152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89152C

Black with #89152C

Text Example


Text Example

White with #89152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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