#521419

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

Shades of Bordeaux #521419

Tints of Bordeaux #521419

Color information

#521419 (or 0x521419) is unknown color: approx Bordeaux. HEX triplet: 52, 14 and 19. RGB value is (82,20,25). Sum of RGB (Red+Green+Blue) = 82+20+25=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521419 is #ADEBE6. Grayscale: #272727. Windows color (decimal): -11398119 or 1643602. OLE color: 1643602.

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

Color convert

RGB822025-
CMYK00.760.700.68
HSL355.16º60.78%20%-
HSV(B)355.16º75.61%32.16%-
XYZ3.912.361.17-
YUV39.11120.04158.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 64.57%
GREEN value IS 20 (8.20% from 255) = 15.75%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=64.57%
G=15.75%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82202500.760.700.68355.1660.7820
Hex52141904C46441633d14
Octal122243101141061045437524
Binary10100101010011001010011001000110100010010110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521419; }

 p { color: rgb(82,20,25); }

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

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

 a { background-color: rgb(82,20,25); }

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

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

 span { border-color: rgb(82,20,25); }

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