#531626

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

Shades of Bordeaux #531626

Tints of Bordeaux #531626

Color information

#531626 (or 0x531626) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 26. RGB value is (83,22,38). Sum of RGB (Red+Green+Blue) = 83+22+38=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531626 is #ACE9D9. Grayscale: #2A2A2A. Windows color (decimal): -11332058 or 2496083. OLE color: 2496083.

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

Color convert

RGB832238-
CMYK00.730.540.67
HSL344.26º58.1%20.59%-
HSV(B)344.26º73.49%32.55%-
XYZ4.22.552.1-
YUV42.06125.71157.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=58.04%
G=15.38%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223800.730.540.67344.2658.120.59
Hex53162604936431583a15
Octal12326460111661035307225
Binary10100111011010011001001001110110100001110101100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531626; }

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

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

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

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

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

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

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

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