#53131C

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

Shades of Bordeaux #53131C

Tints of Bordeaux #53131C

Color information

#53131C (or 0x53131C) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 1C. RGB value is (83,19,28). Sum of RGB (Red+Green+Blue) = 83+19+28=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131C is #ACECE3. Grayscale: #272727. Windows color (decimal): -11332836 or 1839955. OLE color: 1839955.

HSL color Cylindrical-coordinate representation of color #53131C: hue angle of 351.56º 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 #53131C is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB831928-
CMYK00.770.660.67
HSL351.56º62.75%20%-
HSV(B)351.56º77.11%32.55%-
XYZ4.012.391.35-
YUV39.16121.7159.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 19 (7.81% from 255) = 14.62%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=63.85%
G=14.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192800.770.660.67351.5662.7520
Hex53131C04D42431603f14
Octal123233401151021035407724
Binary10100111001111100010011011000010100001110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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