#87000f

Color #87000F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #87000F

Tints of Sangria #87000F

Color information

#87000F (or 0x87000F) is unknown color: approx Sangria. HEX triplet: 87, 00 and 0F. RGB value is (135,0,15). Sum of RGB (Red+Green+Blue) = 135+0+15=150 (19% of max value = 765). Red value is 135 (53.12% from 255 or 90% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 135 - color contains mainly: red. Hex color #87000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #87000F is #78FFF0. Grayscale: #2A2A2A. Windows color (decimal): -7929841 or 983175. OLE color: 983175.

HSL color Cylindrical-coordinate representation of color #87000F: hue angle of 353.33º 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 #87000F is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB135015-
CMYK010.890.47
HSL353.33º100%26.47%-
HSV(B)353.33º100%52.94%-
XYZ10.085.190.92-
YUV42.08112.73194.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135015010.890.47353.3310026.47
Hex870F064592F161641a
Octal20701701441315754114432
Binary1000011101111011001001011001101111101100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87000f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87000f;
 }
 .AnyTagClassName
 {
   color: #87000f;
 }
</style>
background-color css

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

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

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

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

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

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