#511826

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

Shades of Bordeaux #511826

Tints of Bordeaux #511826

Color information

#511826 (or 0x511826) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 26. RGB value is (81,24,38). Sum of RGB (Red+Green+Blue) = 81+24+38=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511826 is #AEE7D9. Grayscale: #2A2A2A. Windows color (decimal): -11462618 or 2496593. OLE color: 2496593.

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

Color convert

RGB812438-
CMYK00.700.530.68
HSL345.26º54.29%20.59%-
HSV(B)345.26º70.37%31.76%-
XYZ4.072.542.11-
YUV42.64125.38155.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=56.64%
G=16.78%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81243800.700.530.68345.2654.2920.59
Hex51182604635441593615
Octal12130460106651045316625
Binary10100011100010011001000110110101100010010101100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511826; }

 p { color: rgb(81,24,38); }

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

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

 a { background-color: rgb(81,24,38); }

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

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

 span { border-color: rgb(81,24,38); }

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