#53061B

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

Shades of Bordeaux #53061B

Tints of Bordeaux #53061B

Color information

#53061B (or 0x53061B) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 1B. RGB value is (83,6,27). Sum of RGB (Red+Green+Blue) = 83+6+27=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061B is #ACF9E4. Grayscale: #1F1F1F. Windows color (decimal): -11336165 or 1771091. OLE color: 1771091.

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

Color convert

RGB83627-
CMYK00.930.670.67
HSL343.64º86.52%17.45%-
HSV(B)343.64º92.77%32.55%-
XYZ3.832.051.23-
YUV31.42125.51164.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=71.55%
G=5.17%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362700.930.670.67343.6486.5217.45
Hex5361B05D43431585711
Octal123633013510310353012721
Binary1010011110110110101110110000111000011101011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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