#541028

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

Shades of Bordeaux #541028

Tints of Bordeaux #541028

Color information

#541028 (or 0x541028) is unknown color: approx Bordeaux. HEX triplet: 54, 10 and 28. RGB value is (84,16,40). Sum of RGB (Red+Green+Blue) = 84+16+40=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541028 is #ABEFD7. Grayscale: #272727. Windows color (decimal): -11268056 or 2625620. OLE color: 2625620.

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

Color convert

RGB841640-
CMYK00.810.520.67
HSL338.82º68%19.61%-
HSV(B)338.82º80.95%32.94%-
XYZ4.222.412.25-
YUV39.07128.53160.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 40 (16.02% from 255) = 28.57%
R=60%
G=11.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84164000.810.520.67338.826819.61
Hex54102805134431534414
Octal124205001216410352310424
Binary101010010000101000010100011101001000011101010011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541028; }

 p { color: rgb(84,16,40); }

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

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

 a { background-color: rgb(84,16,40); }

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

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

 span { border-color: rgb(84,16,40); }

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