#54121E

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

Shades of Bordeaux #54121E

Tints of Bordeaux #54121E

Color information

#54121E (or 0x54121E) is unknown color: approx Bordeaux. HEX triplet: 54, 12 and 1E. RGB value is (84,18,30). Sum of RGB (Red+Green+Blue) = 84+18+30=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54121E is #ABEDE1. Grayscale: #272727. Windows color (decimal): -11267554 or 1970772. OLE color: 1970772.

HSL color Cylindrical-coordinate representation of color #54121E: hue angle of 349.09º 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 #54121E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB841830-
CMYK00.790.640.67
HSL349.09º64.71%20%-
HSV(B)349.09º78.57%32.94%-
XYZ4.112.411.48-
YUV39.1122.87160.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=63.64%
G=13.64%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84183000.790.640.67349.0964.7120
Hex54121E04F404315d4114
Octal1242236011710010353510124
Binary101010010010111100100111110000001000011101011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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