Html Css Color HEX #871119 Carmine

📋 copy color: '#871119'

red 135 ◦ green 17 ◦ blue 25

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

Shades of Carmine #871119

Tints of Carmine #871119

RGB

 RED value IS 135 (53.13% from 255) = 76.27%

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

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

R = 76.27%
G = 9.6%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#871119 (or 0x871119) is known color: Carmine. HEX triplet: 87, 11 and 19. RGB value is (135,17,25). Sum of RGB (Red+Green+Blue) = 135+17+25=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #871119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871119 is #78EEE6. Grayscale: #353535. Windows color (decimal): -7925479 or 1642887. OLE color: 1642887.

HSL color Cylindrical-coordinate representation of color #871119: hue angle of 355.93º degrees, saturation: 0.78, 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 #871119 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 17 25 -
CMYK 0 0.87 0.81 0.47
HSL 355.93º 0.78% 0.3% -
HSV(B) 355.93º 0.87% 0.53% -
XYZ 10.37 5.62 1.46 -
YUV 53.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 135 17 25 0 0.87 0.81 0.47 355.93 0.78 0.3
Hex 87 11 19 0 57 51 2F 164 4E 1E
Octal 207 21 31 0 127 121 57 544 116 36
Binary 10000111 10001 11001 0 1010111 1010001 101111 101100100 1001110 11110

Color Harmonies of #871119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871119

Black with #871119

Text Example


Text Example

White with #871119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871119; }

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

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

background-color css

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

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

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

border-color css

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

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

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