#53081E

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

Shades of Bordeaux #53081E

Tints of Bordeaux #53081E

Color information

#53081E (or 0x53081E) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 1E. RGB value is (83,8,30). Sum of RGB (Red+Green+Blue) = 83+8+30=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081E is #ACF7E1. Grayscale: #202020. Windows color (decimal): -11335650 or 1968211. OLE color: 1968211.

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

Color convert

RGB83830-
CMYK00.900.640.67
HSL342.4º82.42%17.84%-
HSV(B)342.4º90.36%32.55%-
XYZ3.892.111.43-
YUV32.93126.35163.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=68.60%
G=6.61%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8383000.900.640.67342.482.4217.84
Hex5381E05A40431565212
Octal1231036013210010352612222
Binary10100111000111100101101010000001000011101010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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