#51182A

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

Shades of Bordeaux #51182A

Tints of Bordeaux #51182A

Color information

#51182A (or 0x51182A) is unknown color: approx Bordeaux. HEX triplet: 51, 18 and 2A. RGB value is (81,24,42). Sum of RGB (Red+Green+Blue) = 81+24+42=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #51182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51182A is #AEE7D5. Grayscale: #2B2B2B. Windows color (decimal): -11462614 or 2758737. OLE color: 2758737.

HSL color Cylindrical-coordinate representation of color #51182A: hue angle of 341.05º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51182A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB812442-
CMYK00.700.480.68
HSL341.05º54.29%20.59%-
HSV(B)341.05º70.37%31.76%-
XYZ4.142.572.47-
YUV43.1127.38155.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=55.10%
G=16.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81244200.700.480.68341.0554.2920.59
Hex51182A04630441553615
Octal12130520106601045256625
Binary10100011100010101001000110110000100010010101010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51182A; }

 p { color: rgb(81,24,42); }

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

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

 a { background-color: rgb(81,24,42); }

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

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

 span { border-color: rgb(81,24,42); }

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