Html Css Color HEX #87010D Sangria

📋 copy color: '#87010D'

red 135 ◦ green 1 ◦ blue 13

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

Shades of Sangria #87010D

Tints of Sangria #87010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 90.6%
G = 0.67%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87010D (or 0x87010D) is known color: Sangria. HEX triplet: 87, 01 and 0D. RGB value is (135,1,13). Sum of RGB (Red+Green+Blue) = 135+1+13=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #87010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87010D is #78FEF2. Grayscale: #2A2A2A. Windows color (decimal): -7929587 or 852359. OLE color: 852359.

HSL color Cylindrical-coordinate representation of color #87010D: hue angle of 354.63º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87010D is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 1 13 -
CMYK 0 0.99 0.90 0.47
HSL 354.63º 0.99% 0.27% -
HSV(B) 354.63º 0.99% 0.53% -
XYZ 10.08 5.2 0.85 -
YUV 42.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 135 1 13 0 0.99 0.90 0.47 354.63 0.99 0.27
Hex 87 1 D 0 63 5A 2F 163 63 1B
Octal 207 1 15 0 143 132 57 543 143 33
Binary 10000111 1 1101 0 1100011 1011010 101111 101100011 1100011 11011

Color Harmonies of #87010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87010D

Black with #87010D

Text Example


Text Example

White with #87010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87010D; }

 p { color: rgb(135,1,13); }

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

background-color css

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

 a { background-color: rgb(135,1,13); }

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

border-color css

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

 span { border-color: rgb(135,1,13); }

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