#53121F

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

Shades of Bordeaux #53121F

Tints of Bordeaux #53121F

Color information

#53121F (or 0x53121F) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 1F. RGB value is (83,18,31). Sum of RGB (Red+Green+Blue) = 83+18+31=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121F is #ACEDE0. Grayscale: #262626. Windows color (decimal): -11333089 or 2036307. OLE color: 2036307.

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

Color convert

RGB831831-
CMYK00.780.630.67
HSL348º64.36%19.8%-
HSV(B)348º78.31%32.55%-
XYZ4.032.371.54-
YUV38.92123.53159.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=62.88%
G=13.64%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183100.780.630.6734864.3619.8
Hex53121F04E3F4315c4014
Octal123223701167710353410024
Binary10100111001011111010011101111111000011101011100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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