#53061A

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

Shades of Bordeaux #53061A

Tints of Bordeaux #53061A

Color information

#53061A (or 0x53061A) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 1A. RGB value is (83,6,26). Sum of RGB (Red+Green+Blue) = 83+6+26=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061A is #ACF9E5. Grayscale: #1F1F1F. Windows color (decimal): -11336166 or 1705555. OLE color: 1705555.

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

Color convert

RGB83626-
CMYK00.930.690.67
HSL344.42º86.52%17.45%-
HSV(B)344.42º92.77%32.55%-
XYZ3.822.041.17-
YUV31.3125.01164.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.17%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=72.17%
G=5.22%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362600.930.690.67344.4286.5217.45
Hex5361A05D45431585711
Octal123632013510510353012721
Binary1010011110110100101110110001011000011101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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