Html Css Color HEX #870F19 Carmine

📋 copy color: '#870F19'

red 135 ◦ green 15 ◦ blue 25

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

Shades of Carmine #870F19

Tints of Carmine #870F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.57%

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

R = 77.14%
G = 8.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#870F19 (or 0x870F19) is known color: Carmine. HEX triplet: 87, 0F and 19. RGB value is (135,15,25). Sum of RGB (Red+Green+Blue) = 135+15+25=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870F19 is #78F0E6. Grayscale: #343434. Windows color (decimal): -7925991 or 1642375. OLE color: 1642375.

HSL color Cylindrical-coordinate representation of color #870F19: hue angle of 355º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F19 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 25 -
CMYK 0 0.89 0.81 0.47
HSL 355º 0.8% 0.29% -
HSV(B) 355º 0.89% 0.53% -
XYZ 10.34 5.56 1.45 -
YUV 52.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 135 15 25 0 0.89 0.81 0.47 355 0.8 0.29
Hex 87 F 19 0 59 51 2F 163 50 1D
Octal 207 17 31 0 131 121 57 543 120 35
Binary 10000111 1111 11001 0 1011001 1010001 101111 101100011 1010000 11101

Color Harmonies of #870F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F19

Black with #870F19

Text Example


Text Example

White with #870F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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