#531520

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

Shades of Bordeaux #531520

Tints of Bordeaux #531520

Color information

#531520 (or 0x531520) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 20. RGB value is (83,21,32). Sum of RGB (Red+Green+Blue) = 83+21+32=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531520 is #ACEADF. Grayscale: #282828. Windows color (decimal): -11332320 or 2102611. OLE color: 2102611.

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

Color convert

RGB832132-
CMYK00.750.610.67
HSL349.35º59.62%20.39%-
HSV(B)349.35º74.7%32.55%-
XYZ4.12.481.63-
YUV40.79123.04158.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=61.03%
G=15.44%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213200.750.610.67349.3559.6220.39
Hex53152004B3D4315d3c14
Octal12325400113751035357424
Binary10100111010110000001001011111101100001110101110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531520; }

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

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

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

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

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

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

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

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