#510219

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

Shades of Bordeaux #510219

Tints of Bordeaux #510219

Color information

#510219 (or 0x510219) is unknown color: approx Bordeaux. HEX triplet: 51, 02 and 19. RGB value is (81,2,25). Sum of RGB (Red+Green+Blue) = 81+2+25=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #510219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510219 is #AEFDE6. Grayscale: #1C1C1C. Windows color (decimal): -11468263 or 1638993. OLE color: 1638993.

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

Color convert

RGB81225-
CMYK00.980.690.68
HSL342.53º95.18%16.27%-
HSV(B)342.53º97.53%31.76%-
XYZ3.591.861.09-
YUV28.24126.17165.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=75%
G=1.85%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122500.980.690.68342.5395.1816.27
Hex5121906245441575f10
Octal121231014210510452713720
Binary101000110110010110001010001011000100101010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510219; }

 p { color: rgb(81,2,25); }

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

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

 a { background-color: rgb(81,2,25); }

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

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

 span { border-color: rgb(81,2,25); }

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