#531318

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

Shades of Bordeaux #531318

Tints of Bordeaux #531318

Color information

#531318 (or 0x531318) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 18. RGB value is (83,19,24). Sum of RGB (Red+Green+Blue) = 83+19+24=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531318 is #ACECE7. Grayscale: #262626. Windows color (decimal): -11332840 or 1577811. OLE color: 1577811.

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

Color convert

RGB831924-
CMYK00.770.710.67
HSL355.31º62.75%20%-
HSV(B)355.31º77.11%32.55%-
XYZ3.972.371.11-
YUV38.71119.7159.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=65.87%
G=15.08%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192400.770.710.67355.3162.7520
Hex53131804D47431633f14
Octal123233001151071035437724
Binary10100111001111000010011011000111100001110110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531318; }

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

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

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

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

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

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

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

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