#531024

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

Shades of Bordeaux #531024

Tints of Bordeaux #531024

Color information

#531024 (or 0x531024) is unknown color: approx Bordeaux. HEX triplet: 53, 10 and 24. RGB value is (83,16,36). Sum of RGB (Red+Green+Blue) = 83+16+36=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531024 is #ACEFDB. Grayscale: #262626. Windows color (decimal): -11333596 or 2363475. OLE color: 2363475.

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

Color convert

RGB831636-
CMYK00.810.570.67
HSL342.09º67.68%19.41%-
HSV(B)342.09º80.72%32.55%-
XYZ4.072.341.91-
YUV38.31126.7159.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=61.48%
G=11.85%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83163600.810.570.67342.0967.6819.41
Hex53102405139431564413
Octal123204401217110352610423
Binary101001110000100100010100011110011000011101010110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531024; }

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

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

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

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

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

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

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

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