Html Css Color HEX #54041D Bordeaux

📋 copy color: '#54041D'

red 84 ◦ green 4 ◦ blue 29

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

Shades of Bordeaux #54041D

Tints of Bordeaux #54041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.42%

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

R = 71.79%
G = 3.42%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54041D (or 0x54041D) is known color: Bordeaux. HEX triplet: 54, 04 and 1D. RGB value is (84,4,29). Sum of RGB (Red+Green+Blue) = 84+4+29=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54041D is #ABFBE2. Grayscale: #1E1E1E. Windows color (decimal): -11271139 or 1901652. OLE color: 1901652.

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

Color convert

RGB 84 4 29 -
CMYK 0 0.95 0.65 0.67
HSL 341.25º 0.91% 0.17% -
HSV(B) 341.25º 0.95% 0.33% -
XYZ 3.92 2.06 1.35 -
YUV 30.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 84 4 29 0 0.95 0.65 0.67 341.25 0.91 0.17
Hex 54 4 1D 0 5F 41 43 155 5B 11
Octal 124 4 35 0 137 101 103 525 133 21
Binary 1010100 100 11101 0 1011111 1000001 1000011 101010101 1011011 10001

Color Harmonies of #54041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54041D

Black with #54041D

Text Example


Text Example

White with #54041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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