#510817

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

Shades of Bordeaux #510817

Tints of Bordeaux #510817

Color information

#510817 (or 0x510817) is unknown color: approx Bordeaux. HEX triplet: 51, 08 and 17. RGB value is (81,8,23). Sum of RGB (Red+Green+Blue) = 81+8+23=112 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.32% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 81 - color contains mainly: red. Hex color #510817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510817 is #AEF7E8. Grayscale: #1F1F1F. Windows color (decimal): -11466729 or 1509457. OLE color: 1509457.

HSL color Cylindrical-coordinate representation of color #510817: hue angle of 347.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510817 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB81823-
CMYK00.900.720.68
HSL347.67º82.02%17.45%-
HSV(B)347.67º90.12%31.76%-
XYZ3.631.981-
YUV31.54123.18163.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 72.32%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=72.32%
G=7.14%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182300.900.720.68347.6782.0217.45
Hex5181705A484415c5211
Octal1211027013211010453412221
Binary10100011000101110101101010010001000100101011100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510817; }

 p { color: rgb(81,8,23); }

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

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

 a { background-color: rgb(81,8,23); }

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

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

 span { border-color: rgb(81,8,23); }

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