#531319

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

Shades of Bordeaux #531319

Tints of Bordeaux #531319

Color information

#531319 (or 0x531319) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 19. RGB value is (83,19,25). Sum of RGB (Red+Green+Blue) = 83+19+25=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531319 is #ACECE6. Grayscale: #262626. Windows color (decimal): -11332839 or 1643347. OLE color: 1643347.

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

Color convert

RGB831925-
CMYK00.770.700.67
HSL354.38º62.75%20%-
HSV(B)354.38º77.11%32.55%-
XYZ3.982.371.17-
YUV38.82120.2159.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 25 (10.16% from 255) = 19.69%
R=65.35%
G=14.96%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192500.770.700.67354.3862.7520
Hex53131904D46431623f14
Octal123233101151061035427724
Binary10100111001111001010011011000110100001110110001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531319; }

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

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

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

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

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

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

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

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