Html Css Color HEX #54051D Bordeaux

📋 copy color: '#54051D'

red 84 ◦ green 5 ◦ blue 29

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

Shades of Bordeaux #54051D

Tints of Bordeaux #54051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 71.19%
G = 4.24%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54051D (or 0x54051D) is known color: Bordeaux. HEX triplet: 54, 05 and 1D. RGB value is (84,5,29). Sum of RGB (Red+Green+Blue) = 84+5+29=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051D is #ABFAE2. Grayscale: #1F1F1F. Windows color (decimal): -11270883 or 1901908. OLE color: 1901908.

HSL color Cylindrical-coordinate representation of color #54051D: hue angle of 341.77º 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 #54051D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 5 29 -
CMYK 0 0.94 0.65 0.67
HSL 341.77º 0.89% 0.17% -
HSV(B) 341.77º 0.94% 0.33% -
XYZ 3.93 2.08 1.36 -
YUV 31.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 84 5 29 0 0.94 0.65 0.67 341.77 0.89 0.17
Hex 54 5 1D 0 5E 41 43 156 59 11
Octal 124 5 35 0 136 101 103 526 131 21
Binary 1010100 101 11101 0 1011110 1000001 1000011 101010110 1011001 10001

Color Harmonies of #54051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54051D

Black with #54051D

Text Example


Text Example

White with #54051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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