#53081C

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

Shades of Bordeaux #53081C

Tints of Bordeaux #53081C

Color information

#53081C (or 0x53081C) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 1C. RGB value is (83,8,28). Sum of RGB (Red+Green+Blue) = 83+8+28=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #53081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081C is #ACF7E3. Grayscale: #202020. Windows color (decimal): -11335652 or 1837139. OLE color: 1837139.

HSL color Cylindrical-coordinate representation of color #53081C: hue angle of 344º 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 #53081C is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB83828-
CMYK00.900.660.67
HSL344º82.42%17.84%-
HSV(B)344º90.36%32.55%-
XYZ3.862.11.3-
YUV32.7125.35163.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=69.75%
G=6.72%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382800.900.660.6734482.4217.84
Hex5381C05A42431585212
Octal1231034013210210353012222
Binary10100111000111000101101010000101000011101011000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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