Html Css Color HEX #871019 Carmine

📋 copy color: '#871019'

red 135 ◦ green 16 ◦ blue 25

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

Shades of Carmine #871019

Tints of Carmine #871019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 76.7%
G = 9.09%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#871019 (or 0x871019) is known color: Carmine. HEX triplet: 87, 10 and 19. RGB value is (135,16,25). Sum of RGB (Red+Green+Blue) = 135+16+25=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #871019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871019 is #78EFE6. Grayscale: #343434. Windows color (decimal): -7925735 or 1642631. OLE color: 1642631.

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

Color convert

RGB 135 16 25 -
CMYK 0 0.88 0.81 0.47
HSL 355.46º 0.79% 0.3% -
HSV(B) 355.46º 0.88% 0.53% -
XYZ 10.35 5.59 1.45 -
YUV 52.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 135 16 25 0 0.88 0.81 0.47 355.46 0.79 0.3
Hex 87 10 19 0 58 51 2F 163 4F 1E
Octal 207 20 31 0 130 121 57 543 117 36
Binary 10000111 10000 11001 0 1011000 1010001 101111 101100011 1001111 11110

Color Harmonies of #871019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871019

Black with #871019

Text Example


Text Example

White with #871019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871019; }

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

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

background-color css

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

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

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

border-color css

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

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

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