#51020F

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

Shades of Bordeaux #51020F

Tints of Bordeaux #51020F

Color information

#51020F (or 0x51020F) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 0F. RGB value is (81,2,15). Sum of RGB (Red+Green+Blue) = 81+2+15=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #51020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51020F is #AEFDF0. Grayscale: #1B1B1B. Windows color (decimal): -11468273 or 983633. OLE color: 983633.

HSL color Cylindrical-coordinate representation of color #51020F: hue angle of 350.13º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51020F is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB81215-
CMYK00.980.810.68
HSL350.13º95.18%16.27%-
HSV(B)350.13º97.53%31.76%-
XYZ3.51.830.62-
YUV27.1121.17166.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 82.65%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 15 (6.25% from 255) = 15.31%
R=82.65%
G=2.04%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121500.980.810.68350.1395.1816.27
Hex512F062514415e5f10
Octal121217014212110453613720
Binary10100011011110110001010100011000100101011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51020F; }

 p { color: rgb(81,2,15); }

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

<style>
 a { background-color: #51020F; }

 a { background-color: rgb(81,2,15); }

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

<style>
 span { border-color: #51020F; }

 span { border-color: rgb(81,2,15); }

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