#54061F

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

Shades of Bordeaux #54061F

Tints of Bordeaux #54061F

Color information

#54061F (or 0x54061F) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 1F. RGB value is (84,6,31). Sum of RGB (Red+Green+Blue) = 84+6+31=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061F is #ABF9E0. Grayscale: #202020. Windows color (decimal): -11270625 or 2033236. OLE color: 2033236.

HSL color Cylindrical-coordinate representation of color #54061F: hue angle of 340.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54061F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB84631-
CMYK00.930.630.67
HSL340.77º86.67%17.65%-
HSV(B)340.77º92.86%32.94%-
XYZ3.972.111.5-
YUV32.17127.34164.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=69.42%
G=4.96%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8463100.930.630.67340.7786.6717.65
Hex5461F05D3F431555712
Octal12463701357710352512722
Binary101010011011111010111011111111000011101010101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54061F; }

 p { color: rgb(84,6,31); }

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

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

 a { background-color: rgb(84,6,31); }

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

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

 span { border-color: rgb(84,6,31); }

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