Html Css Color HEX #87000E Sangria

📋 copy color: '#87000E'

red 135 ◦ green 0 ◦ blue 14

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

Shades of Sangria #87000E

Tints of Sangria #87000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 90.6%
G = 0%
B = 9.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87000E (or 0x87000E) is known color: Sangria. HEX triplet: 87, 00 and 0E. RGB value is (135,0,14). Sum of RGB (Red+Green+Blue) = 135+0+14=149 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90.60% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 135 - color contains mainly: red. Hex color #87000E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000E is #78FFF1. Grayscale: #2A2A2A. Windows color (decimal): -7929842 or 917639. OLE color: 917639.

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

Color convert

RGB 135 0 14 -
CMYK 0 1 0.90 0.47
HSL 353.78º 1% 0.26% -
HSV(B) 353.78º 1% 0.53% -
XYZ 10.07 5.18 0.89 -
YUV 41.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 135 0 14 0 1 0.90 0.47 353.78 1 0.26
Hex 87 0 E 0 64 5A 2F 162 64 1A
Octal 207 0 16 0 144 132 57 542 144 32
Binary 10000111 0 1110 0 1100100 1011010 101111 101100010 1100100 11010

Color Harmonies of #87000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87000E

Black with #87000E

Text Example


Text Example

White with #87000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87000E; }

 p { color: rgb(135,0,14); }

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

background-color css

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

 a { background-color: rgb(135,0,14); }

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

border-color css

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

 span { border-color: rgb(135,0,14); }

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