#531F26

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

Shades of Bordeaux #531F26

Tints of Bordeaux #531F26

Color information

#531F26 (or 0x531F26) is unknown color: approx Bordeaux. HEX triplet: 53, 1F and 26. RGB value is (83,31,38). Sum of RGB (Red+Green+Blue) = 83+31+38=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F26 is #ACE0D9. Grayscale: #2F2F2F. Windows color (decimal): -11329754 or 2498387. OLE color: 2498387.

HSL color Cylindrical-coordinate representation of color #531F26: hue angle of 351.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F26 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB833138-
CMYK00.630.540.67
HSL351.92º45.61%22.35%-
HSV(B)351.92º62.65%32.55%-
XYZ4.412.962.17-
YUV47.35122.73153.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 38 (15.23% from 255) = 25%
R=54.61%
G=20.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313800.630.540.67351.9245.6122.35
Hex531F2603F36431602e16
Octal1233746077661035405626
Binary1010011111111001100111111110110100001110110000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F26; }

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

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

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

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

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

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

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

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