Html Css Color HEX #54070C Bordeaux

📋 copy color: '#54070C'

red 84 ◦ green 7 ◦ blue 12

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

Shades of Bordeaux #54070C

Tints of Bordeaux #54070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.8%

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

R = 81.55%
G = 6.8%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#54070C (or 0x54070C) is known color: Bordeaux. HEX triplet: 54, 07 and 0C. RGB value is (84,7,12). Sum of RGB (Red+Green+Blue) = 84+7+12=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #54070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54070C is #ABF8F3. Grayscale: #1E1E1E. Windows color (decimal): -11270388 or 788308. OLE color: 788308.

HSL color Cylindrical-coordinate representation of color #54070C: hue angle of 356.1º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 7 12 -
CMYK 0 0.92 0.86 0.67
HSL 356.1º 0.85% 0.18% -
HSV(B) 356.1º 0.92% 0.33% -
XYZ 3.8 2.06 0.55 -
YUV 30.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 84 7 12 0 0.92 0.86 0.67 356.1 0.85 0.18
Hex 54 7 C 0 5C 56 43 164 55 12
Octal 124 7 14 0 134 126 103 544 125 22
Binary 1010100 111 1100 0 1011100 1010110 1000011 101100100 1010101 10010

Color Harmonies of #54070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54070C

Black with #54070C

Text Example


Text Example

White with #54070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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