#56001E

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

Shades of Bordeaux #56001E

Tints of Bordeaux #56001E

Color information

#56001E (or 0x56001E) is unknown color: approx Bordeaux. HEX triplet: 56, 00 and 1E. RGB value is (86,0,30). Sum of RGB (Red+Green+Blue) = 86+0+30=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #56001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001E is #A9FFE1. Grayscale: #1D1D1D. Windows color (decimal): -11141090 or 1966166. OLE color: 1966166.

HSL color Cylindrical-coordinate representation of color #56001E: hue angle of 339.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #56001E is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB86030-
CMYK010.650.66
HSL339.07º100%16.86%-
HSV(B)339.07º100%33.73%-
XYZ4.072.071.41-
YUV29.13128.49168.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=74.14%
G=0%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86030010.650.66339.0710016.86
Hex5601E06441421536411
Octal126036014410110252314421
Binary10101100111100110010010000011000010101010011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,0,30); }

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

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

 a { background-color: rgb(86,0,30); }

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

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

 span { border-color: rgb(86,0,30); }

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