#512027

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

Shades of Bordeaux #512027

Tints of Bordeaux #512027

Color information

#512027 (or 0x512027) is unknown color: approx Bordeaux. HEX triplet: 51, 20 and 27. RGB value is (81,32,39). Sum of RGB (Red+Green+Blue) = 81+32+39=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512027 is #AEDFD8. Grayscale: #2F2F2F. Windows color (decimal): -11460569 or 2564177. OLE color: 2564177.

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

Color convert

RGB813239-
CMYK00.600.520.68
HSL351.43º43.36%22.16%-
HSV(B)351.43º60.49%31.76%-
XYZ4.282.932.26-
YUV47.45123.23151.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=53.29%
G=21.05%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81323900.600.520.68351.4343.3622.16
Hex51202703C344415f2b16
Octal1214047074641045375326
Binary10100011000001001110111100110100100010010101111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512027; }

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

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

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

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

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

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

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

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