#512026

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

Shades of Bordeaux #512026

Tints of Bordeaux #512026

Color information

#512026 (or 0x512026) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 26. RGB value is (81,32,38). Sum of RGB (Red+Green+Blue) = 81+32+38=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512026 is #AEDFD9. Grayscale: #2F2F2F. Windows color (decimal): -11460570 or 2498641. OLE color: 2498641.

HSL color Cylindrical-coordinate representation of color #512026: hue angle of 352.65º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512026 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB813238-
CMYK00.600.530.68
HSL352.65º43.36%22.16%-
HSV(B)352.65º60.49%31.76%-
XYZ4.262.922.17-
YUV47.34122.73152.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=53.64%
G=21.19%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81323800.600.530.68352.6543.3622.16
Hex51202603C35441612b16
Octal1214046074651045415326
Binary10100011000001001100111100110101100010010110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512026; }

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

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

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

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

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

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

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

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