#510415

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

Shades of Bordeaux #510415

Tints of Bordeaux #510415

Color information

#510415 (or 0x510415) is unknown color: approx Bordeaux. HEX triplet: 51, 04 and 15. RGB value is (81,4,21). Sum of RGB (Red+Green+Blue) = 81+4+21=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #510415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510415 is #AEFBEA. Grayscale: #1C1C1C. Windows color (decimal): -11467755 or 1377361. OLE color: 1377361.

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

Color convert

RGB81421-
CMYK00.950.740.68
HSL346.75º90.59%16.67%-
HSV(B)346.75º95.06%31.76%-
XYZ3.571.890.89-
YUV28.96123.51165.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 76.42%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=76.42%
G=3.77%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8142100.950.740.68346.7590.5916.67
Hex5141505F4A4415b5b11
Octal121425013711210453313321
Binary1010001100101010101111110010101000100101011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510415; }

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

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

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

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

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

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

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

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