#54001A

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

Shades of Bordeaux #54001A

Tints of Bordeaux #54001A

Color information

#54001A (or 0x54001A) is unknown color: approx Bordeaux. HEX triplet: 54, 00 and 1A. RGB value is (84,0,26). Sum of RGB (Red+Green+Blue) = 84+0+26=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #54001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54001A is #ABFFE5. Grayscale: #1C1C1C. Windows color (decimal): -11272166 or 1704020. OLE color: 1704020.

HSL color Cylindrical-coordinate representation of color #54001A: hue angle of 341.43º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54001A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB84026-
CMYK010.690.67
HSL341.43º100%16.47%-
HSV(B)341.43º100%32.94%-
XYZ3.841.961.15-
YUV28.08126.83167.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 76.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=76.36%
G=0%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84026010.690.67341.4310016.47
Hex5401A06445431556410
Octal124032014410510352514420
Binary10101000110100110010010001011000011101010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54001A; }

 p { color: rgb(84,0,26); }

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

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

 a { background-color: rgb(84,0,26); }

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

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

 span { border-color: rgb(84,0,26); }

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