#511923

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

Shades of Bordeaux #511923

Tints of Bordeaux #511923

Color information

#511923 (or 0x511923) is unknown color: approx Bordeaux. HEX triplet: 51, 19 and 23. RGB value is (81,25,35). Sum of RGB (Red+Green+Blue) = 81+25+35=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511923 is #AEE6DC. Grayscale: #2A2A2A. Windows color (decimal): -11462365 or 2300241. OLE color: 2300241.

HSL color Cylindrical-coordinate representation of color #511923: hue angle of 349.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511923 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB812535-
CMYK00.690.570.68
HSL349.29º52.83%20.78%-
HSV(B)349.29º69.14%31.76%-
XYZ4.042.571.87-
YUV42.88123.55155.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=57.45%
G=17.73%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81253500.690.570.68349.2952.8320.78
Hex511923045394415d3515
Octal12131430105711045356525
Binary10100011100110001101000101111001100010010101110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511923; }

 p { color: rgb(81,25,35); }

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

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

 a { background-color: rgb(81,25,35); }

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

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

 span { border-color: rgb(81,25,35); }

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