#53121B

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

Shades of Bordeaux #53121B

Tints of Bordeaux #53121B

Color information

#53121B (or 0x53121B) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 1B. RGB value is (83,18,27). Sum of RGB (Red+Green+Blue) = 83+18+27=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121B is #ACEDE4. Grayscale: #262626. Windows color (decimal): -11333093 or 1774163. OLE color: 1774163.

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

Color convert

RGB831827-
CMYK00.780.670.67
HSL351.69º64.36%19.8%-
HSV(B)351.69º78.31%32.55%-
XYZ3.982.351.28-
YUV38.46121.53159.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=64.84%
G=14.06%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83182700.780.670.67351.6964.3619.8
Hex53121B04E43431604014
Octal1232233011610310354010024
Binary101001110010110110100111010000111000011101100000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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