Html Css Color HEX #89132C Scarlett

📋 copy color: '#89132C'

red 137 ◦ green 19 ◦ blue 44

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

Shades of Scarlett #89132C

Tints of Scarlett #89132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 68.5%
G = 9.5%
B = 22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89132C (or 0x89132C) is known color: Scarlett. HEX triplet: 89, 13 and 2C. RGB value is (137,19,44). Sum of RGB (Red+Green+Blue) = 137+19+44=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89132C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89132C is #76ECD3. Grayscale: #393939. Windows color (decimal): -7793876 or 2888585. OLE color: 2888585.

HSL color Cylindrical-coordinate representation of color #89132C: hue angle of 347.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89132C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 19 44 -
CMYK 0 0.86 0.68 0.46
HSL 347.29º 0.76% 0.31% -
HSV(B) 347.29º 0.86% 0.54% -
XYZ 11 5.97 2.95 -
YUV 57.13 120.59 184.97 -
System Red Green Blue C M Y K H S L
Decimal 137 19 44 0 0.86 0.68 0.46 347.29 0.76 0.31
Hex 89 13 2C 0 56 44 2E 15B 4C 1F
Octal 211 23 54 0 126 104 56 533 114 37
Binary 10001001 10011 101100 0 1010110 1000100 101110 101011011 1001100 11111

Color Harmonies of #89132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89132C

Black with #89132C

Text Example


Text Example

White with #89132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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