#51031E

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

Shades of Bordeaux #51031E

Tints of Bordeaux #51031E

Color information

#51031E (or 0x51031E) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 1E. RGB value is (81,3,30). Sum of RGB (Red+Green+Blue) = 81+3+30=114 (15% of max value = 765). Red value is 81 (32.03% from 255 or 71.05% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 81 - color contains mainly: red. Hex color #51031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51031E is #AEFCE1. Grayscale: #1D1D1D. Windows color (decimal): -11468002 or 1966929. OLE color: 1966929.

HSL color Cylindrical-coordinate representation of color #51031E: hue angle of 339.23º 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 #51031E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB81330-
CMYK00.960.630.68
HSL339.23º92.86%16.47%-
HSV(B)339.23º96.3%31.76%-
XYZ3.661.911.4-
YUV29.4128.34164.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 71.05%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=71.05%
G=2.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133000.960.630.68339.2392.8616.47
Hex5131E0603F441535d10
Octal12133601407710452313520
Binary10100011111110011000001111111000100101010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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