#53051A

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

Shades of Bordeaux #53051A

Tints of Bordeaux #53051A

Color information

#53051A (or 0x53051A) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 1A. RGB value is (83,5,26). Sum of RGB (Red+Green+Blue) = 83+5+26=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051A is #ACFAE5. Grayscale: #1E1E1E. Windows color (decimal): -11336422 or 1705299. OLE color: 1705299.

HSL color Cylindrical-coordinate representation of color #53051A: hue angle of 343.85º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53051A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB83526-
CMYK00.940.690.67
HSL343.85º88.64%17.25%-
HSV(B)343.85º93.98%32.55%-
XYZ3.812.021.17-
YUV30.72125.34165.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=72.81%
G=4.39%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352600.940.690.67343.8588.6417.25
Hex5351A05E45431585911
Octal123532013610510353013121
Binary1010011101110100101111010001011000011101011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53051A; }

 p { color: rgb(83,5,26); }

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

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

 a { background-color: rgb(83,5,26); }

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

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

 span { border-color: rgb(83,5,26); }

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