Html Css Color HEX #890516 Carmine

📋 copy color: '#890516'

red 137 ◦ green 5 ◦ blue 22

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

Shades of Carmine #890516

Tints of Carmine #890516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.05%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 83.54%
G = 3.05%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#890516 (or 0x890516) is known color: Carmine. HEX triplet: 89, 05 and 16. RGB value is (137,5,22). Sum of RGB (Red+Green+Blue) = 137+5+22=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #890516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890516 is #76FAE9. Grayscale: #2E2E2E. Windows color (decimal): -7797482 or 1443209. OLE color: 1443209.

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

Color convert

RGB 137 5 22 -
CMYK 0 0.96 0.84 0.46
HSL 352.27º 0.93% 0.28% -
HSV(B) 352.27º 0.96% 0.54% -
XYZ 10.52 5.48 1.26 -
YUV 46.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 137 5 22 0 0.96 0.84 0.46 352.27 0.93 0.28
Hex 89 5 16 0 60 54 2E 160 5D 1C
Octal 211 5 26 0 140 124 56 540 135 34
Binary 10001001 101 10110 0 1100000 1010100 101110 101100000 1011101 11100

Color Harmonies of #890516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890516

Black with #890516

Text Example


Text Example

White with #890516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890516; }

 p { color: rgb(137,5,22); }

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

background-color css

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

 a { background-color: rgb(137,5,22); }

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

border-color css

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

 span { border-color: rgb(137,5,22); }

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