Html Css Color HEX #871015 Sangria

📋 copy color: '#871015'

red 135 ◦ green 16 ◦ blue 21

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

Shades of Sangria #871015

Tints of Sangria #871015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 78.49%
G = 9.3%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#871015 (or 0x871015) is known color: Sangria. HEX triplet: 87, 10 and 15. RGB value is (135,16,21). Sum of RGB (Red+Green+Blue) = 135+16+21=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #871015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #871015 is #78EFEA. Grayscale: #343434. Windows color (decimal): -7925739 or 1380487. OLE color: 1380487.

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

Color convert

RGB 135 16 21 -
CMYK 0 0.88 0.84 0.47
HSL 357.48º 0.79% 0.3% -
HSV(B) 357.48º 0.88% 0.53% -
XYZ 10.31 5.58 1.24 -
YUV 52.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 135 16 21 0 0.88 0.84 0.47 357.48 0.79 0.3
Hex 87 10 15 0 58 54 2F 165 4F 1E
Octal 207 20 25 0 130 124 57 545 117 36
Binary 10000111 10000 10101 0 1011000 1010100 101111 101100101 1001111 11110

Color Harmonies of #871015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871015

Black with #871015

Text Example


Text Example

White with #871015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871015; }

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

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

background-color css

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

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

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

border-color css

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

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

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