#53061E

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

Shades of Bordeaux #53061E

Tints of Bordeaux #53061E

Color information

#53061E (or 0x53061E) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 1E. RGB value is (83,6,30). Sum of RGB (Red+Green+Blue) = 83+6+30=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 30 (12.11% from 255 or 25.21% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061E is #ACF9E1. Grayscale: #1F1F1F. Windows color (decimal): -11336162 or 1967699. OLE color: 1967699.

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

Color convert

RGB83630-
CMYK00.930.640.67
HSL341.3º86.52%17.45%-
HSV(B)341.3º92.77%32.55%-
XYZ3.872.061.42-
YUV31.76127.01164.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 6 (2.73% from 255) = 5.04%
BLUE value IS 30 (12.11% from 255) = 25.21%
R=69.75%
G=5.04%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363000.930.640.67341.386.5217.45
Hex5361E05D40431555711
Octal123636013510010352512721
Binary1010011110111100101110110000001000011101010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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