#51030f

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

Shades of Bordeaux #51030F

Tints of Bordeaux #51030F

Color information

#51030F (or 0x51030F) is unknown color: approx Bordeaux. HEX triplet: 51, 03 and 0F. RGB value is (81,3,15). Sum of RGB (Red+Green+Blue) = 81+3+15=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #51030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51030F is #AEFCF0. Grayscale: #1B1B1B. Windows color (decimal): -11468017 or 983889. OLE color: 983889.

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

Color convert

RGB81315-
CMYK00.960.810.68
HSL350.77º92.86%16.47%-
HSV(B)350.77º96.3%31.76%-
XYZ3.511.850.62-
YUV27.69120.84166.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 81.82%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=81.82%
G=3.03%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8131500.960.810.68350.7792.8616.47
Hex513F060514415f5d10
Octal121317014012110453713520
Binary10100011111110110000010100011000100101011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51030f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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