#53121A

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

Shades of Bordeaux #53121A

Tints of Bordeaux #53121A

Color information

#53121A (or 0x53121A) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 1A. RGB value is (83,18,26). Sum of RGB (Red+Green+Blue) = 83+18+26=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121A is #ACEDE5. Grayscale: #262626. Windows color (decimal): -11333094 or 1708627. OLE color: 1708627.

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

Color convert

RGB831826-
CMYK00.780.690.67
HSL352.62º64.36%19.8%-
HSV(B)352.62º78.31%32.55%-
XYZ3.972.351.22-
YUV38.35121.03159.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=65.35%
G=14.17%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83182600.780.690.67352.6264.3619.8
Hex53121A04E45431614014
Octal1232232011610510354110024
Binary101001110010110100100111010001011000011101100001100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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