#53151F

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

Shades of Bordeaux #53151F

Tints of Bordeaux #53151F

Color information

#53151F (or 0x53151F) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 1F. RGB value is (83,21,31). Sum of RGB (Red+Green+Blue) = 83+21+31=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53151F is #ACEAE0. Grayscale: #282828. Windows color (decimal): -11332321 or 2037075. OLE color: 2037075.

HSL color Cylindrical-coordinate representation of color #53151F: hue angle of 350.32º 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 #53151F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB832131-
CMYK00.750.630.67
HSL350.32º59.62%20.39%-
HSV(B)350.32º74.7%32.55%-
XYZ4.082.471.56-
YUV40.68122.54158.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=61.48%
G=15.56%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213100.750.630.67350.3259.6220.39
Hex53151F04B3F4315e3c14
Octal12325370113771035367424
Binary1010011101011111101001011111111100001110101111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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