#540F22

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

Shades of Bordeaux #540F22

Tints of Bordeaux #540F22

Color information

#540F22 (or 0x540F22) is unknown color: approx Bordeaux. HEX triplet: 54, 0F and 22. RGB value is (84,15,34). Sum of RGB (Red+Green+Blue) = 84+15+34=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #540F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F22 is #ABF0DD. Grayscale: #252525. Windows color (decimal): -11268318 or 2232148. OLE color: 2232148.

HSL color Cylindrical-coordinate representation of color #540F22: hue angle of 343.48º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F22 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB841534-
CMYK00.820.600.67
HSL343.48º69.7%19.41%-
HSV(B)343.48º82.14%32.94%-
XYZ4.122.341.75-
YUV37.8125.86160.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=63.16%
G=11.28%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84153400.820.600.67343.4869.719.41
Hex54F220523C431574613
Octal124174201227410352710623
Binary10101001111100010010100101111001000011101010111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540F22; }

 p { color: rgb(84,15,34); }

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

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

 a { background-color: rgb(84,15,34); }

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

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

 span { border-color: rgb(84,15,34); }

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