#531419

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

Shades of Bordeaux #531419

Tints of Bordeaux #531419

Color information

#531419 (or 0x531419) is unknown color: approx Bordeaux. HEX triplet: 53, 14 and 19. RGB value is (83,20,25). Sum of RGB (Red+Green+Blue) = 83+20+25=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531419 is #ACEBE6. Grayscale: #272727. Windows color (decimal): -11332583 or 1643603. OLE color: 1643603.

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

Color convert

RGB832025-
CMYK00.760.700.67
HSL355.24º61.17%20.2%-
HSV(B)355.24º75.9%32.55%-
XYZ3.992.411.17-
YUV39.41119.87159.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 20 (8.20% from 255) = 15.62%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=64.84%
G=15.62%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83202500.760.700.67355.2461.1720.2
Hex53141904C46431633d14
Octal123243101141061035437524
Binary10100111010011001010011001000110100001110110001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531419; }

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

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

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

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

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

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

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

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