Html Css Color HEX #54000F Bordeaux

📋 copy color: '#54000F'

red 84 ◦ green 0 ◦ blue 15

#54000F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #54000F

Tints of Bordeaux #54000F

RGB

 RED value IS 84 (33.2% 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 value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54000F (or 0x54000F) is known color: 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

RGB 84 0 15 -
CMYK 0 1 0.82 0.67
HSL 349.29º 1% 0.16% -
HSV(B) 349.29º 1% 0.33% -
XYZ 3.74 1.92 0.63 -
YUV 26.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 84 0 15 0 1 0.82 0.67 349.29 1 0.16
Hex 54 0 F 0 64 52 43 15D 64 10
Octal 124 0 17 0 144 122 103 535 144 20
Binary 1010100 0 1111 0 1100100 1010010 1000011 101011101 1100100 10000

Color Harmonies of #54000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54000F

Black with #54000F

Text Example


Text Example

White with #54000F

Text Example


Text Example

HTML Codes & Css Web 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>