#53181F

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

Shades of Bordeaux #53181F

Tints of Bordeaux #53181F

Color information

#53181F (or 0x53181F) is unknown color: approx Bordeaux. HEX triplet: 53, 18 and 1F. RGB value is (83,24,31). Sum of RGB (Red+Green+Blue) = 83+24+31=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181F is #ACE7E0. Grayscale: #2A2A2A. Windows color (decimal): -11331553 or 2037843. OLE color: 2037843.

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

Color convert

RGB832431-
CMYK00.710.630.67
HSL352.88º55.14%20.98%-
HSV(B)352.88º71.08%32.55%-
XYZ4.142.591.58-
YUV42.44121.55156.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=60.14%
G=17.39%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83243100.710.630.67352.8855.1420.98
Hex53181F0473F431613715
Octal12330370107771035416725
Binary1010011110001111101000111111111100001110110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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