#531623

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

Shades of Bordeaux #531623

Tints of Bordeaux #531623

Color information

#531623 (or 0x531623) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 23. RGB value is (83,22,35). Sum of RGB (Red+Green+Blue) = 83+22+35=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531623 is #ACE9DC. Grayscale: #292929. Windows color (decimal): -11332061 or 2299475. OLE color: 2299475.

HSL color Cylindrical-coordinate representation of color #531623: hue angle of 347.21º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531623 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB832235-
CMYK00.730.580.67
HSL347.21º58.1%20.59%-
HSV(B)347.21º73.49%32.55%-
XYZ4.162.531.86-
YUV41.72124.21157.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 35 (14.06% from 255) = 25%
R=59.29%
G=15.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223500.730.580.67347.2158.120.59
Hex5316230493A4315b3a15
Octal12326430111721035337225
Binary10100111011010001101001001111010100001110101101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531623; }

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

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

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

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

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

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

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

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