Html Css Color HEX #890013 Carmine

📋 copy color: '#890013'

red 137 ◦ green 0 ◦ blue 19

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

Shades of Carmine #890013

Tints of Carmine #890013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 87.82%
G = 0%
B = 12.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#890013 (or 0x890013) is known color: Carmine. HEX triplet: 89, 00 and 13. RGB value is (137,0,19). Sum of RGB (Red+Green+Blue) = 137+0+19=156 (20% of max value = 765). Red value is 137 (53.91% from 255 or 87.82% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 137 - color contains mainly: red. Hex color #890013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890013 is #76FFEC. Grayscale: #2B2B2B. Windows color (decimal): -7798765 or 1245321. OLE color: 1245321.

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

Color convert

RGB 137 0 19 -
CMYK 0 1 0.86 0.46
HSL 351.68º 1% 0.27% -
HSV(B) 351.68º 1% 0.54% -
XYZ 10.43 5.37 1.1 -
YUV 43.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 137 0 19 0 1 0.86 0.46 351.68 1 0.27
Hex 89 0 13 0 64 56 2E 160 64 1B
Octal 211 0 23 0 144 126 56 540 144 33
Binary 10001001 0 10011 0 1100100 1010110 101110 101100000 1100100 11011

Color Harmonies of #890013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890013

Black with #890013

Text Example


Text Example

White with #890013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890013; }

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

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

background-color css

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

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

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

border-color css

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

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

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