Html Css Color HEX #881119 Carmine

📋 copy color: '#881119'

red 136 ◦ green 17 ◦ blue 25

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

Shades of Carmine #881119

Tints of Carmine #881119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

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

R = 76.4%
G = 9.55%
B = 14.04%

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

#881119 (or 0x881119) is known color: Carmine. HEX triplet: 88, 11 and 19. RGB value is (136,17,25). Sum of RGB (Red+Green+Blue) = 136+17+25=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #881119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881119 is #77EEE6. Grayscale: #353535. Windows color (decimal): -7859943 or 1642888. OLE color: 1642888.

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

Color convert

RGB 136 17 25 -
CMYK 0 0.87 0.82 0.47
HSL 355.97º 0.78% 0.3% -
HSV(B) 355.97º 0.88% 0.53% -
XYZ 10.53 5.71 1.47 -
YUV 53.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 136 17 25 0 0.87 0.82 0.47 355.97 0.78 0.3
Hex 88 11 19 0 57 52 2F 164 4E 1E
Octal 210 21 31 0 127 122 57 544 116 36
Binary 10001000 10001 11001 0 1010111 1010010 101111 101100100 1001110 11110

Color Harmonies of #881119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881119

Black with #881119

Text Example


Text Example

White with #881119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881119; }

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

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

background-color css

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

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

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

border-color css

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

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

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