#53131A

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

Shades of Bordeaux #53131A

Tints of Bordeaux #53131A

Color information

#53131A (or 0x53131A) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 1A. RGB value is (83,19,26). Sum of RGB (Red+Green+Blue) = 83+19+26=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131A is #ACECE5. Grayscale: #262626. Windows color (decimal): -11332838 or 1708883. OLE color: 1708883.

HSL color Cylindrical-coordinate representation of color #53131A: hue angle of 353.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53131A is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB831926-
CMYK00.770.690.67
HSL353.44º62.75%20%-
HSV(B)353.44º77.11%32.55%-
XYZ3.992.381.23-
YUV38.93120.7159.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=64.84%
G=14.84%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192600.770.690.67353.4462.7520
Hex53131A04D45431613f14
Octal123233201151051035417724
Binary10100111001111010010011011000101100001110110000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53131A; }

 p { color: rgb(83,19,26); }

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

<style>
 a { background-color: #53131A; }

 a { background-color: rgb(83,19,26); }

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

<style>
 span { border-color: #53131A; }

 span { border-color: rgb(83,19,26); }

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