Html Css Color HEX #890315 Carmine

📋 copy color: '#890315'

red 137 ◦ green 3 ◦ blue 21

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

Shades of Carmine #890315

Tints of Carmine #890315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 85.09%
G = 1.86%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890315 (or 0x890315) is known color: Carmine. HEX triplet: 89, 03 and 15. RGB value is (137,3,21). Sum of RGB (Red+Green+Blue) = 137+3+21=161 (21% of max value = 765). Red value is 137 (53.91% from 255 or 85.09% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 137 - color contains mainly: red. Hex color #890315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890315 is #76FCEA. Grayscale: #2D2D2D. Windows color (decimal): -7797995 or 1377161. OLE color: 1377161.

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

Color convert

RGB 137 3 21 -
CMYK 0 0.98 0.85 0.46
HSL 351.94º 0.96% 0.27% -
HSV(B) 351.94º 0.98% 0.54% -
XYZ 10.48 5.44 1.21 -
YUV 45.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 137 3 21 0 0.98 0.85 0.46 351.94 0.96 0.27
Hex 89 3 15 0 62 55 2E 160 60 1B
Octal 211 3 25 0 142 125 56 540 140 33
Binary 10001001 11 10101 0 1100010 1010101 101110 101100000 1100000 11011

Color Harmonies of #890315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890315

Black with #890315

Text Example


Text Example

White with #890315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890315; }

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

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

background-color css

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

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

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

border-color css

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

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

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