#510718

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

Shades of Bordeaux #510718

Tints of Bordeaux #510718

Color information

#510718 (or 0x510718) is unknown color: approx Bordeaux. HEX triplet: 51, 07 and 18. RGB value is (81,7,24). Sum of RGB (Red+Green+Blue) = 81+7+24=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #510718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510718 is #AEF8E7. Grayscale: #1F1F1F. Windows color (decimal): -11466984 or 1574737. OLE color: 1574737.

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

Color convert

RGB81724-
CMYK00.910.700.68
HSL346.22º84.09%17.25%-
HSV(B)346.22º91.36%31.76%-
XYZ3.631.971.05-
YUV31.06124.02163.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 7 (3.12% from 255) = 6.25%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=72.32%
G=6.25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8172400.910.700.68346.2284.0917.25
Hex5171805B464415a5411
Octal121730013310610453212421
Binary1010001111110000101101110001101000100101011010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510718; }

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

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

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

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

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

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

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

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