Html Css Color HEX #890118 Carmine

📋 copy color: '#890118'

red 137 ◦ green 1 ◦ blue 24

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

Shades of Carmine #890118

Tints of Carmine #890118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 84.57%
G = 0.62%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#890118 (or 0x890118) is known color: Carmine. HEX triplet: 89, 01 and 18. RGB value is (137,1,24). Sum of RGB (Red+Green+Blue) = 137+1+24=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #890118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890118 is #76FEE7. Grayscale: #2C2C2C. Windows color (decimal): -7798504 or 1573257. OLE color: 1573257.

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

Color convert

RGB 137 1 24 -
CMYK 0 0.99 0.82 0.46
HSL 349.85º 0.99% 0.27% -
HSV(B) 349.85º 0.99% 0.54% -
XYZ 10.49 5.41 1.35 -
YUV 44.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 137 1 24 0 0.99 0.82 0.46 349.85 0.99 0.27
Hex 89 1 18 0 63 52 2E 15E 63 1B
Octal 211 1 30 0 143 122 56 536 143 33
Binary 10001001 1 11000 0 1100011 1010010 101110 101011110 1100011 11011

Color Harmonies of #890118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890118

Black with #890118

Text Example


Text Example

White with #890118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890118; }

 p { color: rgb(137,1,24); }

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

background-color css

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

 a { background-color: rgb(137,1,24); }

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

border-color css

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

 span { border-color: rgb(137,1,24); }

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