#531523

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

Shades of Bordeaux #531523

Tints of Bordeaux #531523

Color information

#531523 (or 0x531523) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 23. RGB value is (83,21,35). Sum of RGB (Red+Green+Blue) = 83+21+35=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 35 (14.06% from 255 or 25.18% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531523 is #ACEADC. Grayscale: #292929. Windows color (decimal): -11332317 or 2299219. OLE color: 2299219.

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

Color convert

RGB832135-
CMYK00.750.580.67
HSL346.45º59.62%20.39%-
HSV(B)346.45º74.7%32.55%-
XYZ4.142.51.85-
YUV41.13124.54157.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 35 (14.06% from 255) = 25.18%
R=59.71%
G=15.11%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213500.750.580.67346.4559.6220.39
Hex53152304B3A4315a3c14
Octal12325430113721035327424
Binary10100111010110001101001011111010100001110101101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531523; }

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

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

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

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

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

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

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

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