#511023

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

Shades of Bordeaux #511023

Tints of Bordeaux #511023

Color information

#511023 (or 0x511023) is unknown color: approx Bordeaux. HEX triplet: 51, 10 and 23. RGB value is (81,16,35). Sum of RGB (Red+Green+Blue) = 81+16+35=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511023 is #AEEFDC. Grayscale: #252525. Windows color (decimal): -11464669 or 2297937. OLE color: 2297937.

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

Color convert

RGB811635-
CMYK00.800.570.68
HSL342.46º67.01%19.02%-
HSV(B)342.46º80.25%31.76%-
XYZ3.882.241.82-
YUV37.6126.53158.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=61.36%
G=12.12%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81163500.800.570.68342.4667.0119.02
Hex51102305039441564313
Octal121204301207110452610323
Binary101000110000100011010100001110011000100101010110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511023; }

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

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

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

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

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

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

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

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