#541227

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

Shades of Bordeaux #541227

Tints of Bordeaux #541227

Color information

#541227 (or 0x541227) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 27. RGB value is (84,18,39). Sum of RGB (Red+Green+Blue) = 84+18+39=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541227 is #ABEDD8. Grayscale: #282828. Windows color (decimal): -11267545 or 2560596. OLE color: 2560596.

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

Color convert

RGB841839-
CMYK00.790.540.67
HSL340.91º64.71%20%-
HSV(B)340.91º78.57%32.94%-
XYZ4.242.462.17-
YUV40.13127.37159.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=59.57%
G=12.77%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84183900.790.540.67340.9164.7120
Hex54122704F36431554114
Octal124224701176610352510124
Binary101010010010100111010011111101101000011101010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541227; }

 p { color: rgb(84,18,39); }

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

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

 a { background-color: rgb(84,18,39); }

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

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

 span { border-color: rgb(84,18,39); }

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