#54000F

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

Shades of Bordeaux #54000F

Tints of Bordeaux #54000F

Color information

#54000F (or 0x54000F) is unknown color: approx Bordeaux. HEX triplet: 54, 00 and 0F. RGB value is (84,0,15). Sum of RGB (Red+Green+Blue) = 84+0+15=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #54000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54000F is #ABFFF0. Grayscale: #1A1A1A. Windows color (decimal): -11272177 or 983124. OLE color: 983124.

HSL color Cylindrical-coordinate representation of color #54000F: hue angle of 349.29º 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 #54000F is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB84015-
CMYK010.820.67
HSL349.29º100%16.47%-
HSV(B)349.29º100%32.94%-
XYZ3.741.920.63-
YUV26.83121.33168.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=84.85%
G=0%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84015010.820.67349.2910016.47
Hex540F064524315d6410
Octal124017014412210353514420
Binary1010100011110110010010100101000011101011101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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