#53151E

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

Shades of Bordeaux #53151E

Tints of Bordeaux #53151E

Color information

#53151E (or 0x53151E) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 1E. RGB value is (83,21,30). Sum of RGB (Red+Green+Blue) = 83+21+30=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151E is #ACEAE1. Grayscale: #282828. Windows color (decimal): -11332322 or 1971539. OLE color: 1971539.

HSL color Cylindrical-coordinate representation of color #53151E: hue angle of 351.29º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53151E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB832130-
CMYK00.750.640.67
HSL351.29º59.62%20.39%-
HSV(B)351.29º74.7%32.55%-
XYZ4.072.471.49-
YUV40.56122.04158.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.94%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=61.94%
G=15.67%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213000.750.640.67351.2959.6220.39
Hex53151E04B404315f3c14
Octal123253601131001035377424
Binary10100111010111110010010111000000100001110101111111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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