#510418

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

Shades of Bordeaux #510418

Tints of Bordeaux #510418

Color information

#510418 (or 0x510418) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 18. RGB value is (81,4,24). Sum of RGB (Red+Green+Blue) = 81+4+24=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #510418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510418 is #AEFBE7. Grayscale: #1D1D1D. Windows color (decimal): -11467752 or 1573969. OLE color: 1573969.

HSL color Cylindrical-coordinate representation of color #510418: hue angle of 344.42º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510418 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB81424-
CMYK00.950.700.68
HSL344.42º90.59%16.67%-
HSV(B)344.42º95.06%31.76%-
XYZ3.61.91.04-
YUV29.3125.01164.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 74.31%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=74.31%
G=3.67%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8142400.950.700.68344.4290.5916.67
Hex5141805F46441585b11
Octal121430013710610453013321
Binary1010001100110000101111110001101000100101011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510418; }

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

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

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

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

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

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

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

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