#54161E

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

Shades of Bordeaux #54161E

Tints of Bordeaux #54161E

Color information

#54161E (or 0x54161E) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 1E. RGB value is (84,22,30). Sum of RGB (Red+Green+Blue) = 84+22+30=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161E is #ABE9E1. Grayscale: #292929. Windows color (decimal): -11266530 or 1971796. OLE color: 1971796.

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

Color convert

RGB842230-
CMYK00.740.640.67
HSL352.26º58.49%20.78%-
HSV(B)352.26º73.81%32.94%-
XYZ4.182.551.5-
YUV41.45121.54158.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=61.76%
G=16.18%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84223000.740.640.67352.2658.4920.78
Hex54161E04A40431603a15
Octal124263601121001035407225
Binary10101001011011110010010101000000100001110110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54161E; }

 p { color: rgb(84,22,30); }

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

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

 a { background-color: rgb(84,22,30); }

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

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

 span { border-color: rgb(84,22,30); }

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