#53051E

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

Shades of Bordeaux #53051E

Tints of Bordeaux #53051E

Color information

#53051E (or 0x53051E) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 1E. RGB value is (83,5,30). Sum of RGB (Red+Green+Blue) = 83+5+30=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051E is #ACFAE1. Grayscale: #1F1F1F. Windows color (decimal): -11336418 or 1967443. OLE color: 1967443.

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

Color convert

RGB83530-
CMYK00.940.640.67
HSL340.77º88.64%17.25%-
HSV(B)340.77º93.98%32.55%-
XYZ3.862.041.42-
YUV31.17127.34164.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=70.34%
G=4.24%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353000.940.640.67340.7788.6417.25
Hex5351E05E40431555911
Octal123536013610010352513121
Binary1010011101111100101111010000001000011101010101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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