#531026

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

Shades of Bordeaux #531026

Tints of Bordeaux #531026

Color information

#531026 (or 0x531026) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 26. RGB value is (83,16,38). Sum of RGB (Red+Green+Blue) = 83+16+38=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531026 is #ACEFD9. Grayscale: #262626. Windows color (decimal): -11333594 or 2494547. OLE color: 2494547.

HSL color Cylindrical-coordinate representation of color #531026: hue angle of 340.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531026 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB831638-
CMYK00.810.540.67
HSL340.3º67.68%19.41%-
HSV(B)340.3º80.72%32.55%-
XYZ4.12.352.07-
YUV38.54127.7159.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=60.58%
G=11.68%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83163800.810.540.67340.367.6819.41
Hex53102605136431544413
Octal123204601216610352410423
Binary101001110000100110010100011101101000011101010100100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531026; }

 p { color: rgb(83,16,38); }

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

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

 a { background-color: rgb(83,16,38); }

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

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

 span { border-color: rgb(83,16,38); }

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