#53121E

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

Shades of Bordeaux #53121E

Tints of Bordeaux #53121E

Color information

#53121E (or 0x53121E) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 1E. RGB value is (83,18,30). Sum of RGB (Red+Green+Blue) = 83+18+30=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121E is #ACEDE1. Grayscale: #262626. Windows color (decimal): -11333090 or 1970771. OLE color: 1970771.

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

Color convert

RGB831830-
CMYK00.780.640.67
HSL348.92º64.36%19.8%-
HSV(B)348.92º78.31%32.55%-
XYZ4.022.371.47-
YUV38.8123.03159.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=63.36%
G=13.74%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183000.780.640.67348.9264.3619.8
Hex53121E04E404315d4014
Octal1232236011610010353510024
Binary101001110010111100100111010000001000011101011101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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