#51030E

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

Shades of Bordeaux #51030E

Tints of Bordeaux #51030E

Color information

#51030E (or 0x51030E) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 0E. RGB value is (81,3,14). Sum of RGB (Red+Green+Blue) = 81+3+14=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #51030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51030E is #AEFCF1. Grayscale: #1B1B1B. Windows color (decimal): -11468018 or 918353. OLE color: 918353.

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

Color convert

RGB81314-
CMYK00.960.830.68
HSL351.54º92.86%16.47%-
HSV(B)351.54º96.3%31.76%-
XYZ3.511.850.59-
YUV27.58120.34166.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 82.65%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=82.65%
G=3.06%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131400.960.830.68351.5492.8616.47
Hex513E06053441605d10
Octal121316014012310454013520
Binary10100011111100110000010100111000100101100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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