#53061D

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

Shades of Bordeaux #53061D

Tints of Bordeaux #53061D

Color information

#53061D (or 0x53061D) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 1D. RGB value is (83,6,29). Sum of RGB (Red+Green+Blue) = 83+6+29=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061D is #ACF9E2. Grayscale: #1F1F1F. Windows color (decimal): -11336163 or 1902163. OLE color: 1902163.

HSL color Cylindrical-coordinate representation of color #53061D: hue angle of 342.08º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53061D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB83629-
CMYK00.930.650.67
HSL342.08º86.52%17.45%-
HSV(B)342.08º92.77%32.55%-
XYZ3.852.061.36-
YUV31.64126.51164.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=70.34%
G=5.08%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362900.930.650.67342.0886.5217.45
Hex5361D05D41431565711
Octal123635013510110352612721
Binary1010011110111010101110110000011000011101010110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53061D; }

 p { color: rgb(83,6,29); }

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

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

 a { background-color: rgb(83,6,29); }

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

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

 span { border-color: rgb(83,6,29); }

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