#53081B

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

Shades of Bordeaux #53081B

Tints of Bordeaux #53081B

Color information

#53081B (or 0x53081B) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 1B. RGB value is (83,8,27). Sum of RGB (Red+Green+Blue) = 83+8+27=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #53081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081B is #ACF7E4. Grayscale: #202020. Windows color (decimal): -11335653 or 1771603. OLE color: 1771603.

HSL color Cylindrical-coordinate representation of color #53081B: hue angle of 344.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53081B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB83827-
CMYK00.900.670.67
HSL344.8º82.42%17.84%-
HSV(B)344.8º90.36%32.55%-
XYZ3.852.091.24-
YUV32.59124.85163.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=70.34%
G=6.78%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382700.900.670.67344.882.4217.84
Hex5381B05A43431595212
Octal1231033013210310353112222
Binary10100111000110110101101010000111000011101011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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