#512029

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

Shades of Bordeaux #512029

Tints of Bordeaux #512029

Color information

#512029 (or 0x512029) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 29. RGB value is (81,32,41). Sum of RGB (Red+Green+Blue) = 81+32+41=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512029 is #AEDFD6. Grayscale: #2F2F2F. Windows color (decimal): -11460567 or 2695249. OLE color: 2695249.

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

Color convert

RGB813241-
CMYK00.600.490.68
HSL348.98º43.36%22.16%-
HSV(B)348.98º60.49%31.76%-
XYZ4.312.942.44-
YUV47.68124.23151.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 32 (12.89% from 255) = 20.78%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=52.60%
G=20.78%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81324100.600.490.68348.9843.3622.16
Hex51202903C314415d2b16
Octal1214051074611045355326
Binary10100011000001010010111100110001100010010101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512029; }

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

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

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

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

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

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

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

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