#511E23

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

Shades of Bordeaux #511E23

Tints of Bordeaux #511E23

Color information

#511E23 (or 0x511E23) is unknown color: approx Bordeaux. HEX triplet: 51, 1E and 23. RGB value is (81,30,35). Sum of RGB (Red+Green+Blue) = 81+30+35=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E23 is #AEE1DC. Grayscale: #2D2D2D. Windows color (decimal): -11461085 or 2301521. OLE color: 2301521.

HSL color Cylindrical-coordinate representation of color #511E23: hue angle of 354.12º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E23 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB813035-
CMYK00.630.570.68
HSL354.12º45.95%21.76%-
HSV(B)354.12º62.96%31.76%-
XYZ4.162.81.91-
YUV45.82121.9153.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=55.48%
G=20.55%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81303500.630.570.68354.1245.9521.76
Hex511E2303F39441622e16
Octal1213643077711045425626
Binary1010001111101000110111111111001100010010110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511E23; }

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

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

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

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

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

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

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

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