Html Css Color HEX #54081D Bordeaux

📋 copy color: '#54081D'

red 84 ◦ green 8 ◦ blue 29

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

Shades of Bordeaux #54081D

Tints of Bordeaux #54081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 69.42%
G = 6.61%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54081D (or 0x54081D) is known color: Bordeaux. HEX triplet: 54, 08 and 1D. RGB value is (84,8,29). Sum of RGB (Red+Green+Blue) = 84+8+29=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54081D is #ABF7E2. Grayscale: #212121. Windows color (decimal): -11270115 or 1902676. OLE color: 1902676.

HSL color Cylindrical-coordinate representation of color #54081D: hue angle of 343.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54081D is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 29 -
CMYK 0 0.90 0.65 0.67
HSL 343.42º 0.83% 0.18% -
HSV(B) 343.42º 0.9% 0.33% -
XYZ 3.96 2.15 1.37 -
YUV 33.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 84 8 29 0 0.90 0.65 0.67 343.42 0.83 0.18
Hex 54 8 1D 0 5A 41 43 157 53 12
Octal 124 10 35 0 132 101 103 527 123 22
Binary 1010100 1000 11101 0 1011010 1000001 1000011 101010111 1010011 10010

Color Harmonies of #54081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54081D

Black with #54081D

Text Example


Text Example

White with #54081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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