Html Css Color HEX #890415 Carmine

📋 copy color: '#890415'

red 137 ◦ green 4 ◦ blue 21

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

Shades of Carmine #890415

Tints of Carmine #890415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 84.57%
G = 2.47%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890415 (or 0x890415) is known color: Carmine. HEX triplet: 89, 04 and 15. RGB value is (137,4,21). Sum of RGB (Red+Green+Blue) = 137+4+21=162 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.57% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 137 - color contains mainly: red. Hex color #890415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890415 is #76FBEA. Grayscale: #2D2D2D. Windows color (decimal): -7797739 or 1377417. OLE color: 1377417.

HSL color Cylindrical-coordinate representation of color #890415: hue angle of 352.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890415 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 4 21 -
CMYK 0 0.97 0.85 0.46
HSL 352.33º 0.94% 0.28% -
HSV(B) 352.33º 0.97% 0.54% -
XYZ 10.5 5.46 1.21 -
YUV 45.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 137 4 21 0 0.97 0.85 0.46 352.33 0.94 0.28
Hex 89 4 15 0 61 55 2E 160 5E 1C
Octal 211 4 25 0 141 125 56 540 136 34
Binary 10001001 100 10101 0 1100001 1010101 101110 101100000 1011110 11100

Color Harmonies of #890415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890415

Black with #890415

Text Example


Text Example

White with #890415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890415; }

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

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

background-color css

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

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

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

border-color css

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

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

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