#560C1A

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

Shades of Bordeaux #560C1A

Tints of Bordeaux #560C1A

Color information

#560C1A (or 0x560C1A) is unknown color: approx Bordeaux. HEX triplet: 56, 0C and 1A. RGB value is (86,12,26). Sum of RGB (Red+Green+Blue) = 86+12+26=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560C1A is #A9F3E5. Grayscale: #232323. Windows color (decimal): -11138022 or 1707094. OLE color: 1707094.

HSL color Cylindrical-coordinate representation of color #560C1A: hue angle of 348.65º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C1A is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB861226-
CMYK00.860.700.66
HSL348.65º75.51%19.22%-
HSV(B)348.65º86.05%33.73%-
XYZ4.162.321.21-
YUV35.72122.52163.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=69.35%
G=9.68%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86122600.860.700.66348.6575.5119.22
Hex56C1A056464215d4c13
Octal1261432012610610253511423
Binary10101101100110100101011010001101000010101011101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560C1A; }

 p { color: rgb(86,12,26); }

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

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

 a { background-color: rgb(86,12,26); }

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

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

 span { border-color: rgb(86,12,26); }

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