#53041D

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

Shades of Bordeaux #53041D

Tints of Bordeaux #53041D

Color information

#53041D (or 0x53041D) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 1D. RGB value is (83,4,29). Sum of RGB (Red+Green+Blue) = 83+4+29=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53041D is #ACFBE2. Grayscale: #1E1E1E. Windows color (decimal): -11336675 or 1901651. OLE color: 1901651.

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

Color convert

RGB83429-
CMYK00.950.650.67
HSL341.01º90.8%17.06%-
HSV(B)341.01º95.18%32.55%-
XYZ3.832.011.35-
YUV30.47127.17165.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 4 (1.95% from 255) = 3.45%
BLUE value IS 29 (11.72% from 255) = 25%
R=71.55%
G=3.45%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342900.950.650.67341.0190.817.06
Hex5341D05F41431555b11
Octal123435013710110352513321
Binary1010011100111010101111110000011000011101010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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