#870004

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

Shades of Sangria #870004

Tints of Sangria #870004

Color information

#870004 (or 0x870004) is unknown color: approx Sangria. HEX triplet: 87, 00 and 04. RGB value is (135,0,4). Sum of RGB (Red+Green+Blue) = 135+0+4=139 (18% of max value = 765). Red value is 135 (53.12% from 255 or 97.12% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 135 - color contains mainly: red. Hex color #870004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870004 is #78FFFB. Grayscale: #282828. Windows color (decimal): -7929852 or 262279. OLE color: 262279.

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

Color convert

RGB13504-
CMYK010.970.47
HSL358.22º100%26.47%-
HSV(B)358.22º100%52.94%-
XYZ10.015.160.58-
YUV40.82107.23195.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 97.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=97.12%
G=0%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13504010.970.47358.2210026.47
Hex8704064612F166641a
Octal2070401441415754614432
Binary100001110100011001001100001101111101100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870004; }

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

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

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

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

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

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

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

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