#531218

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

Shades of Bordeaux #531218

Tints of Bordeaux #531218

Color information

#531218 (or 0x531218) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 18. RGB value is (83,18,24). Sum of RGB (Red+Green+Blue) = 83+18+24=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531218 is #ACEDE7. Grayscale: #262626. Windows color (decimal): -11333096 or 1577555. OLE color: 1577555.

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

Color convert

RGB831824-
CMYK00.780.710.67
HSL354.46º64.36%19.8%-
HSV(B)354.46º78.31%32.55%-
XYZ3.952.341.11-
YUV38.12120.03160.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=66.4%
G=14.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83182400.780.710.67354.4664.3619.8
Hex53121804E47431624014
Octal1232230011610710354210024
Binary101001110010110000100111010001111000011101100010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531218; }

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

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

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

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

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

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

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

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