#512028

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

Shades of Bordeaux #512028

Tints of Bordeaux #512028

Color information

#512028 (or 0x512028) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 28. RGB value is (81,32,40). Sum of RGB (Red+Green+Blue) = 81+32+40=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #512028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512028 is #AEDFD7. Grayscale: #2F2F2F. Windows color (decimal): -11460568 or 2629713. OLE color: 2629713.

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

Color convert

RGB813240-
CMYK00.600.510.68
HSL350.2º43.36%22.16%-
HSV(B)350.2º60.49%31.76%-
XYZ4.292.942.35-
YUV47.56123.73151.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=52.94%
G=20.92%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81324000.600.510.68350.243.3622.16
Hex51202803C334415e2b16
Octal1214050074631045365326
Binary10100011000001010000111100110011100010010101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512028; }

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

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

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

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

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

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

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

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