#53122A

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

Shades of Bordeaux #53122A

Tints of Bordeaux #53122A

Color information

#53122A (or 0x53122A) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 2A. RGB value is (83,18,42). Sum of RGB (Red+Green+Blue) = 83+18+42=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53122A is #ACEDD5. Grayscale: #282828. Windows color (decimal): -11333078 or 2757203. OLE color: 2757203.

HSL color Cylindrical-coordinate representation of color #53122A: hue angle of 337.85º 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 #53122A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB831842-
CMYK00.780.490.67
HSL337.85º64.36%19.8%-
HSV(B)337.85º78.31%32.55%-
XYZ4.22.442.44-
YUV40.17129.03158.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=58.04%
G=12.59%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184200.780.490.67337.8564.3619.8
Hex53122A04E31431524014
Octal123225201166110352210024
Binary101001110010101010010011101100011000011101010010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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