#870001

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

Shades of Sangria #870001

Tints of Sangria #870001

Color information

#870001 (or 0x870001) is unknown color: approx Sangria. HEX triplet: 87, 00 and 01. RGB value is (135,0,1). Sum of RGB (Red+Green+Blue) = 135+0+1=136 (18% of max value = 765). Red value is 135 (53.12% from 255 or 99.26% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 135 - color contains mainly: red. Hex color #870001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870001 is #78FFFE. Grayscale: #282828. Windows color (decimal): -7929855 or 65671. OLE color: 65671.

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

Color convert

RGB13501-
CMYK010.990.47
HSL359.56º100%26.47%-
HSV(B)359.56º100%52.94%-
XYZ105.150.5-
YUV40.48105.73195.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 99.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=99.26%
G=0%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13501010.990.47359.5610026.47
Hex8701064632F168641a
Octal2070101441435755014432
Binary1000011101011001001100011101111101101000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870001; }

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

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

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

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

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

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

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

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