Html Css Color HEX #54060D Bordeaux

📋 copy color: '#54060D'

red 84 ◦ green 6 ◦ blue 13

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

Shades of Bordeaux #54060D

Tints of Bordeaux #54060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.83%

 BLUE value IS 13 (5.47% from 255) = 12.62%

R = 81.55%
G = 5.83%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54060D (or 0x54060D) is known color: Bordeaux. HEX triplet: 54, 06 and 0D. RGB value is (84,6,13). Sum of RGB (Red+Green+Blue) = 84+6+13=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #54060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54060D is #ABF9F2. Grayscale: #1E1E1E. Windows color (decimal): -11270643 or 853588. OLE color: 853588.

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

Color convert

RGB 84 6 13 -
CMYK 0 0.93 0.85 0.67
HSL 354.62º 0.87% 0.18% -
HSV(B) 354.62º 0.93% 0.33% -
XYZ 3.79 2.04 0.58 -
YUV 30.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 84 6 13 0 0.93 0.85 0.67 354.62 0.87 0.18
Hex 54 6 D 0 5D 55 43 163 57 12
Octal 124 6 15 0 135 125 103 543 127 22
Binary 1010100 110 1101 0 1011101 1010101 1000011 101100011 1010111 10010

Color Harmonies of #54060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54060D

Black with #54060D

Text Example


Text Example

White with #54060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54060D; }

 p { color: rgb(84,6,13); }

 H1.HeaderClassName
 {
   color: #54060D;
 }
 .AnyTagClassName
 {
   color: #54060D;
 }
</style>

background-color css

<style>
 a { background-color: #54060D; }

 a { background-color: rgb(84,6,13); }

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

border-color css

<style>
 span { border-color: #54060D; }

 span { border-color: rgb(84,6,13); }

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