#53031C

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

Shades of Bordeaux #53031C

Tints of Bordeaux #53031C

Color information

#53031C (or 0x53031C) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 1C. RGB value is (83,3,28). Sum of RGB (Red+Green+Blue) = 83+3+28=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031C is #ACFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11336932 or 1835859. OLE color: 1835859.

HSL color Cylindrical-coordinate representation of color #53031C: hue angle of 341.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53031C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB83328-
CMYK00.960.660.67
HSL341.25º93.02%16.86%-
HSV(B)341.25º96.39%32.55%-
XYZ3.811.991.28-
YUV29.77127165.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=72.81%
G=2.63%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8332800.960.660.67341.2593.0216.86
Hex5331C06042431555d11
Octal123334014010210352513521
Binary101001111111000110000010000101000011101010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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