Html Css Color HEX #870816 Carmine

📋 copy color: '#870816'

red 135 ◦ green 8 ◦ blue 22

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

Shades of Carmine #870816

Tints of Carmine #870816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 22 (8.98% from 255) = 13.33%

R = 81.82%
G = 4.85%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#870816 (or 0x870816) is known color: Carmine. HEX triplet: 87, 08 and 16. RGB value is (135,8,22). Sum of RGB (Red+Green+Blue) = 135+8+22=165 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.82% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 135 - color contains mainly: red. Hex color #870816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870816 is #78F7E9. Grayscale: #2F2F2F. Windows color (decimal): -7927786 or 1443975. OLE color: 1443975.

HSL color Cylindrical-coordinate representation of color #870816: hue angle of 353.39º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870816 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 22 -
CMYK 0 0.94 0.84 0.47
HSL 353.39º 0.89% 0.28% -
HSV(B) 353.39º 0.94% 0.53% -
XYZ 10.22 5.38 1.26 -
YUV 47.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 135 8 22 0 0.94 0.84 0.47 353.39 0.89 0.28
Hex 87 8 16 0 5E 54 2F 161 59 1C
Octal 207 10 26 0 136 124 57 541 131 34
Binary 10000111 1000 10110 0 1011110 1010100 101111 101100001 1011001 11100

Color Harmonies of #870816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870816

Black with #870816

Text Example


Text Example

White with #870816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870816; }

 p { color: rgb(135,8,22); }

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

background-color css

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

 a { background-color: rgb(135,8,22); }

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

border-color css

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

 span { border-color: rgb(135,8,22); }

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