#53121D

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

Shades of Bordeaux #53121D

Tints of Bordeaux #53121D

Color information

#53121D (or 0x53121D) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 1D. RGB value is (83,18,29). Sum of RGB (Red+Green+Blue) = 83+18+29=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121D is #ACEDE2. Grayscale: #262626. Windows color (decimal): -11333091 or 1905235. OLE color: 1905235.

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

Color convert

RGB831829-
CMYK00.780.650.67
HSL349.85º64.36%19.8%-
HSV(B)349.85º78.31%32.55%-
XYZ4.012.361.41-
YUV38.69122.53159.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=63.85%
G=13.85%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83182900.780.650.67349.8564.3619.8
Hex53121D04E414315e4014
Octal1232235011610110353610024
Binary101001110010111010100111010000011000011101011110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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