Html Css Color HEX #87141B Carmine

📋 copy color: '#87141B'

red 135 ◦ green 20 ◦ blue 27

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

Shades of Carmine #87141B

Tints of Carmine #87141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 74.18%
G = 10.99%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#87141B (or 0x87141B) is known color: Carmine. HEX triplet: 87, 14 and 1B. RGB value is (135,20,27). Sum of RGB (Red+Green+Blue) = 135+20+27=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141B is #78EBE4. Grayscale: #373737. Windows color (decimal): -7924709 or 1774727. OLE color: 1774727.

HSL color Cylindrical-coordinate representation of color #87141B: hue angle of 356.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87141B is Cyan = 0, Magento = 0.85, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 27 -
CMYK 0 0.85 0.8 0.47
HSL 356.35º 0.74% 0.3% -
HSV(B) 356.35º 0.85% 0.53% -
XYZ 10.44 5.73 1.59 -
YUV 55.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 135 20 27 0 0.85 0.8 0.47 356.35 0.74 0.3
Hex 87 14 1B 0 55 50 2F 164 4A 1E
Octal 207 24 33 0 125 120 57 544 112 36
Binary 10000111 10100 11011 0 1010101 1010000 101111 101100100 1001010 11110

Color Harmonies of #87141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87141B

Black with #87141B

Text Example


Text Example

White with #87141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87141B; }

 p { color: rgb(135,20,27); }

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

background-color css

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

 a { background-color: rgb(135,20,27); }

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

border-color css

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

 span { border-color: rgb(135,20,27); }

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