#511024

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

Shades of Bordeaux #511024

Tints of Bordeaux #511024

Color information

#511024 (or 0x511024) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 24. RGB value is (81,16,36). Sum of RGB (Red+Green+Blue) = 81+16+36=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #511024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511024 is #AEEFDB. Grayscale: #252525. Windows color (decimal): -11464668 or 2363473. OLE color: 2363473.

HSL color Cylindrical-coordinate representation of color #511024: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511024 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB811636-
CMYK00.800.560.68
HSL341.54º67.01%19.02%-
HSV(B)341.54º80.25%31.76%-
XYZ3.92.251.9-
YUV37.71127.03158.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=60.90%
G=12.03%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81163600.800.560.68341.5467.0119.02
Hex51102405038441564313
Octal121204401207010452610323
Binary101000110000100100010100001110001000100101010110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511024; }

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

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

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

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

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

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

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

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