#512129

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

Shades of Bordeaux #512129

Tints of Bordeaux #512129

Color information

#512129 (or 0x512129) is unknown color: approx Bordeaux. HEX triplet: 51, 21 and 29. RGB value is (81,33,41). Sum of RGB (Red+Green+Blue) = 81+33+41=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512129 is #AEDED6. Grayscale: #303030. Windows color (decimal): -11460311 or 2695505. OLE color: 2695505.

HSL color Cylindrical-coordinate representation of color #512129: hue angle of 350º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512129 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB813341-
CMYK00.590.490.68
HSL350º42.11%22.35%-
HSV(B)350º59.26%31.76%-
XYZ4.3432.45-
YUV48.26123.9151.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=52.26%
G=21.29%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81334100.590.490.6835042.1122.35
Hex51212903B314415e2a16
Octal1214151073611045365226
Binary10100011000011010010111011110001100010010101111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512129; }

 p { color: rgb(81,33,41); }

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

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

 a { background-color: rgb(81,33,41); }

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

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

 span { border-color: rgb(81,33,41); }

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