#510218

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

Shades of Bordeaux #510218

Tints of Bordeaux #510218

Color information

#510218 (or 0x510218) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 18. RGB value is (81,2,24). Sum of RGB (Red+Green+Blue) = 81+2+24=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510218 is #AEFDE7. Grayscale: #1C1C1C. Windows color (decimal): -11468264 or 1573457. OLE color: 1573457.

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

Color convert

RGB81224-
CMYK00.980.700.68
HSL343.29º95.18%16.27%-
HSV(B)343.29º97.53%31.76%-
XYZ3.581.861.03-
YUV28.13125.67165.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75.70%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=75.70%
G=1.87%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122400.980.700.68343.2995.1816.27
Hex5121806246441575f10
Octal121230014210610452713720
Binary101000110110000110001010001101000100101010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510218; }

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

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

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

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

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

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

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

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