Html Css Color HEX #54000C Bordeaux

📋 copy color: '#54000C'

red 84 ◦ green 0 ◦ blue 12

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

Shades of Bordeaux #54000C

Tints of Bordeaux #54000C

RGB

 RED value IS 84 (33.2% from 255) = 87.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 12.5%

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54000C (or 0x54000C) is known color: Bordeaux. HEX triplet: 54, 00 and 0C. RGB value is (84,0,12). Sum of RGB (Red+Green+Blue) = 84+0+12=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #54000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54000C is #ABFFF3. Grayscale: #1A1A1A. Windows color (decimal): -11272180 or 786516. OLE color: 786516.

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

Color convert

RGB 84 0 12 -
CMYK 0 1 0.86 0.67
HSL 351.43º 1% 0.16% -
HSV(B) 351.43º 1% 0.33% -
XYZ 3.72 1.91 0.52 -
YUV 26.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 84 0 12 0 1 0.86 0.67 351.43 1 0.16
Hex 54 0 C 0 64 56 43 15F 64 10
Octal 124 0 14 0 144 126 103 537 144 20
Binary 1010100 0 1100 0 1100100 1010110 1000011 101011111 1100100 10000

Color Harmonies of #54000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54000C

Black with #54000C

Text Example


Text Example

White with #54000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54000C;
 }
 .AnyTagClassName
 {
   color: #54000C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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