#510910

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

Shades of Bordeaux #510910

Tints of Bordeaux #510910

Color information

#510910 (or 0x510910) is unknown color: approx Bordeaux. HEX triplet: 51, 09 and 10. RGB value is (81,9,16). Sum of RGB (Red+Green+Blue) = 81+9+16=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510910 is #AEF6EF. Grayscale: #1F1F1F. Windows color (decimal): -11466480 or 1050961. OLE color: 1050961.

HSL color Cylindrical-coordinate representation of color #510910: hue angle of 354.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510910 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB81916-
CMYK00.890.800.68
HSL354.17º80%17.65%-
HSV(B)354.17º88.89%31.76%-
XYZ3.581.980.68-
YUV31.33119.35163.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=76.42%
G=8.49%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8191600.890.800.68354.178017.65
Hex5191005950441625012
Octal1211120013112010454212022
Binary10100011001100000101100110100001000100101100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510910; }

 p { color: rgb(81,9,16); }

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

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

 a { background-color: rgb(81,9,16); }

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

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

 span { border-color: rgb(81,9,16); }

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