#531E25

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

Shades of Bordeaux #531E25

Tints of Bordeaux #531E25

Color information

#531E25 (or 0x531E25) is unknown color: approx Bordeaux. HEX triplet: 53, 1E and 25. RGB value is (83,30,37). Sum of RGB (Red+Green+Blue) = 83+30+37=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #531E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E25 is #ACE1DA. Grayscale: #2E2E2E. Windows color (decimal): -11330011 or 2432595. OLE color: 2432595.

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

Color convert

RGB833037-
CMYK00.640.550.67
HSL352.08º46.9%22.16%-
HSV(B)352.08º63.86%32.55%-
XYZ4.372.92.08-
YUV46.64122.56153.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.33%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=55.33%
G=20%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83303700.640.550.67352.0846.922.16
Hex531E2504037431602f16
Octal12336450100671035405726
Binary10100111111010010101000000110111100001110110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,37); }

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

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

 a { background-color: rgb(83,30,37); }

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

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

 span { border-color: rgb(83,30,37); }

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