#531018

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

Shades of Bordeaux #531018

Tints of Bordeaux #531018

Color information

#531018 (or 0x531018) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 18. RGB value is (83,16,24). Sum of RGB (Red+Green+Blue) = 83+16+24=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531018 is #ACEFE7. Grayscale: #242424. Windows color (decimal): -11333608 or 1577043. OLE color: 1577043.

HSL color Cylindrical-coordinate representation of color #531018: hue angle of 352.84º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531018 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB831624-
CMYK00.810.710.67
HSL352.84º67.68%19.41%-
HSV(B)352.84º80.72%32.55%-
XYZ3.922.281.1-
YUV36.94120.7160.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=67.48%
G=13.01%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83162400.810.710.67352.8467.6819.41
Hex53101805147431614413
Octal1232030012110710354110423
Binary101001110000110000101000110001111000011101100001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531018; }

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

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

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

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

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

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

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

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