#541825

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

Shades of Bordeaux #541825

Tints of Bordeaux #541825

Color information

#541825 (or 0x541825) is unknown color: approx Bordeaux. HEX triplet: 54, 18 and 25. RGB value is (84,24,37). Sum of RGB (Red+Green+Blue) = 84+24+37=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541825 is #ABE7DA. Grayscale: #2B2B2B. Windows color (decimal): -11266011 or 2431060. OLE color: 2431060.

HSL color Cylindrical-coordinate representation of color #541825: hue angle of 347º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541825 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB842437-
CMYK00.710.560.67
HSL347º55.56%21.18%-
HSV(B)347º71.43%32.94%-
XYZ4.322.672.04-
YUV43.42124.38156.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=57.93%
G=16.55%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84243700.710.560.6734755.5621.18
Hex541825047384315b3815
Octal12430450107701035337025
Binary10101001100010010101000111111000100001110101101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541825; }

 p { color: rgb(84,24,37); }

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

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

 a { background-color: rgb(84,24,37); }

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

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

 span { border-color: rgb(84,24,37); }

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