#53131D

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

Shades of Bordeaux #53131D

Tints of Bordeaux #53131D

Color information

#53131D (or 0x53131D) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 1D. RGB value is (83,19,29). Sum of RGB (Red+Green+Blue) = 83+19+29=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131D is #ACECE2. Grayscale: #272727. Windows color (decimal): -11332835 or 1905491. OLE color: 1905491.

HSL color Cylindrical-coordinate representation of color #53131D: hue angle of 350.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53131D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB831929-
CMYK00.770.650.67
HSL350.62º62.75%20%-
HSV(B)350.62º77.11%32.55%-
XYZ4.022.391.41-
YUV39.28122.2159.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=63.36%
G=14.50%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192900.770.650.67350.6262.7520
Hex53131D04D414315f3f14
Octal123233501151011035377724
Binary10100111001111101010011011000001100001110101111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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