#53101F

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

Shades of Bordeaux #53101F

Tints of Bordeaux #53101F

Color information

#53101F (or 0x53101F) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 1F. RGB value is (83,16,31). Sum of RGB (Red+Green+Blue) = 83+16+31=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53101F is #ACEFE0. Grayscale: #252525. Windows color (decimal): -11333601 or 2035795. OLE color: 2035795.

HSL color Cylindrical-coordinate representation of color #53101F: hue angle of 346.57º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53101F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB831631-
CMYK00.810.630.67
HSL346.57º67.68%19.41%-
HSV(B)346.57º80.72%32.55%-
XYZ42.311.53-
YUV37.74124.2160.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 16 (6.64% from 255) = 12.31%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=63.85%
G=12.31%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83163100.810.630.67346.5767.6819.41
Hex53101F0513F4315b4413
Octal123203701217710353310423
Binary10100111000011111010100011111111000011101011011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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