#53051D

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

Shades of Bordeaux #53051D

Tints of Bordeaux #53051D

Color information

#53051D (or 0x53051D) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 1D. RGB value is (83,5,29). Sum of RGB (Red+Green+Blue) = 83+5+29=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051D is #ACFAE2. Grayscale: #1F1F1F. Windows color (decimal): -11336419 or 1901907. OLE color: 1901907.

HSL color Cylindrical-coordinate representation of color #53051D: hue angle of 341.54º 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 #53051D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB83529-
CMYK00.940.650.67
HSL341.54º88.64%17.25%-
HSV(B)341.54º93.98%32.55%-
XYZ3.842.041.35-
YUV31.06126.84165.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 29 (11.72% from 255) = 24.79%
R=70.94%
G=4.27%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352900.940.650.67341.5488.6417.25
Hex5351D05E41431565911
Octal123535013610110352613121
Binary1010011101111010101111010000011000011101010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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