#510213

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

Shades of Bordeaux #510213

Tints of Bordeaux #510213

Color information

#510213 (or 0x510213) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 13. RGB value is (81,2,19). Sum of RGB (Red+Green+Blue) = 81+2+19=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510213 is #AEFDEC. Grayscale: #1B1B1B. Windows color (decimal): -11468269 or 1245777. OLE color: 1245777.

HSL color Cylindrical-coordinate representation of color #510213: hue angle of 347.09º 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 #510213 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB81219-
CMYK00.980.770.68
HSL347.09º95.18%16.27%-
HSV(B)347.09º97.53%31.76%-
XYZ3.531.840.79-
YUV27.56123.17166.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 79.41%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=79.41%
G=1.96%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8121900.980.770.68347.0995.1816.27
Hex512130624D4415b5f10
Octal121223014211510453313720
Binary101000110100110110001010011011000100101011011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510213; }

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

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

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

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

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

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

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

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