Html Css Color HEX #890615 Carmine

📋 copy color: '#890615'

red 137 ◦ green 6 ◦ blue 21

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

Shades of Carmine #890615

Tints of Carmine #890615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.66%

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

R = 83.54%
G = 3.66%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890615 (or 0x890615) is known color: Carmine. HEX triplet: 89, 06 and 15. RGB value is (137,6,21). Sum of RGB (Red+Green+Blue) = 137+6+21=164 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.54% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 137 - color contains mainly: red. Hex color #890615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890615 is #76F9EA. Grayscale: #2E2E2E. Windows color (decimal): -7797227 or 1377929. OLE color: 1377929.

HSL color Cylindrical-coordinate representation of color #890615: hue angle of 353.13º degrees, saturation: 0.92, 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 #890615 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 21 -
CMYK 0 0.96 0.85 0.46
HSL 353.13º 0.92% 0.28% -
HSV(B) 353.13º 0.96% 0.54% -
XYZ 10.52 5.5 1.22 -
YUV 46.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 137 6 21 0 0.96 0.85 0.46 353.13 0.92 0.28
Hex 89 6 15 0 60 55 2E 161 5C 1C
Octal 211 6 25 0 140 125 56 541 134 34
Binary 10001001 110 10101 0 1100000 1010101 101110 101100001 1011100 11100

Color Harmonies of #890615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890615

Black with #890615

Text Example


Text Example

White with #890615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890615; }

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

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

background-color css

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

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

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

border-color css

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

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

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