Html Css Color HEX #881219 Carmine

📋 copy color: '#881219'

red 136 ◦ green 18 ◦ blue 25

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

Shades of Carmine #881219

Tints of Carmine #881219

RGB

 RED value IS 136 (53.52% from 255) = 75.98%

 GREEN value IS 18 (7.42% from 255) = 10.06%

 BLUE value IS 25 (10.16% from 255) = 13.97%

R = 75.98%
G = 10.06%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881219 (or 0x881219) is known color: Carmine. HEX triplet: 88, 12 and 19. RGB value is (136,18,25). Sum of RGB (Red+Green+Blue) = 136+18+25=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #881219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881219 is #77EDE6. Grayscale: #363636. Windows color (decimal): -7859687 or 1643144. OLE color: 1643144.

HSL color Cylindrical-coordinate representation of color #881219: hue angle of 356.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881219 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 25 -
CMYK 0 0.87 0.82 0.47
HSL 356.44º 0.77% 0.3% -
HSV(B) 356.44º 0.87% 0.53% -
XYZ 10.55 5.74 1.47 -
YUV 54.08 111.59 186.43 -
System Red Green Blue C M Y K H S L
Decimal 136 18 25 0 0.87 0.82 0.47 356.44 0.77 0.3
Hex 88 12 19 0 57 52 2F 164 4D 1E
Octal 210 22 31 0 127 122 57 544 115 36
Binary 10001000 10010 11001 0 1010111 1010010 101111 101100100 1001101 11110

Color Harmonies of #881219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881219

Black with #881219

Text Example


Text Example

White with #881219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881219; }

 p { color: rgb(136,18,25); }

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

background-color css

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

 a { background-color: rgb(136,18,25); }

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

border-color css

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

 span { border-color: rgb(136,18,25); }

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