#51051C

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

Shades of Bordeaux #51051C

Tints of Bordeaux #51051C

Color information

#51051C (or 0x51051C) is unknown color: approx Bordeaux. HEX triplet: 51, 05 and 1C. RGB value is (81,5,28). Sum of RGB (Red+Green+Blue) = 81+5+28=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51051C is #AEFAE3. Grayscale: #1E1E1E. Windows color (decimal): -11467492 or 1836369. OLE color: 1836369.

HSL color Cylindrical-coordinate representation of color #51051C: hue angle of 341.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51051C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB81528-
CMYK00.940.650.68
HSL341.84º88.37%16.86%-
HSV(B)341.84º93.83%31.76%-
XYZ3.661.941.28-
YUV30.35126.68164.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=71.05%
G=4.39%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8152800.940.650.68341.8488.3716.86
Hex5151C05E41441565811
Octal121534013610110452613021
Binary1010001101111000101111010000011000100101010110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51051C; }

 p { color: rgb(81,5,28); }

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

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

 a { background-color: rgb(81,5,28); }

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

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

 span { border-color: rgb(81,5,28); }

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