#51031C

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

Shades of Bordeaux #51031C

Tints of Bordeaux #51031C

Color information

#51031C (or 0x51031C) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 1C. RGB value is (81,3,28). Sum of RGB (Red+Green+Blue) = 81+3+28=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #51031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031C is #AEFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11468004 or 1835857. OLE color: 1835857.

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

Color convert

RGB81328-
CMYK00.960.650.68
HSL340.77º92.86%16.47%-
HSV(B)340.77º96.3%31.76%-
XYZ3.641.91.27-
YUV29.17127.34164.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 28 (11.33% from 255) = 25%
R=72.32%
G=2.68%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8132800.960.650.68340.7792.8616.47
Hex5131C06041441555d10
Octal121334014010110452513520
Binary101000111111000110000010000011000100101010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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