Html Css Color HEX #54050D Bordeaux

📋 copy color: '#54050D'

red 84 ◦ green 5 ◦ blue 13

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

Shades of Bordeaux #54050D

Tints of Bordeaux #54050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

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

R = 82.35%
G = 4.9%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54050D (or 0x54050D) is known color: Bordeaux. HEX triplet: 54, 05 and 0D. RGB value is (84,5,13). Sum of RGB (Red+Green+Blue) = 84+5+13=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #54050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54050D is #ABFAF2. Grayscale: #1D1D1D. Windows color (decimal): -11270899 or 853332. OLE color: 853332.

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

Color convert

RGB 84 5 13 -
CMYK 0 0.94 0.85 0.67
HSL 353.92º 0.89% 0.17% -
HSV(B) 353.92º 0.94% 0.33% -
XYZ 3.78 2.02 0.57 -
YUV 29.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 84 5 13 0 0.94 0.85 0.67 353.92 0.89 0.17
Hex 54 5 D 0 5E 55 43 162 59 11
Octal 124 5 15 0 136 125 103 542 131 21
Binary 1010100 101 1101 0 1011110 1010101 1000011 101100010 1011001 10001

Color Harmonies of #54050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54050D

Black with #54050D

Text Example


Text Example

White with #54050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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