#870038

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

Shades of Burgundy #870038

Tints of Burgundy #870038

Color information

#870038 (or 0x870038) is unknown color: approx Burgundy. HEX triplet: 87, 00 and 38. RGB value is (135,0,56). Sum of RGB (Red+Green+Blue) = 135+0+56=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870038 is #78FFC7. Grayscale: #2E2E2E. Windows color (decimal): -7929800 or 3670151. OLE color: 3670151.

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

Color convert

RGB135056-
CMYK010.590.47
HSL335.11º100%26.47%-
HSV(B)335.11º100%52.94%-
XYZ10.715.444.23-
YUV46.75133.23190.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=70.68%
G=0%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135056010.590.47335.1110026.47
Hex870380643B2F14f641a
Octal2070700144735751714432
Binary10000111011100001100100111011101111101001111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870038; }

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

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

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

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

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

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

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

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