Html Css Color HEX #54061D Bordeaux

📋 copy color: '#54061D'

red 84 ◦ green 6 ◦ blue 29

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

Shades of Bordeaux #54061D

Tints of Bordeaux #54061D

RGB

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

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

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

R = 70.59%
G = 5.04%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54061D (or 0x54061D) is known color: Bordeaux. HEX triplet: 54, 06 and 1D. RGB value is (84,6,29). Sum of RGB (Red+Green+Blue) = 84+6+29=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #54061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061D is #ABF9E2. Grayscale: #1F1F1F. Windows color (decimal): -11270627 or 1902164. OLE color: 1902164.

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

Color convert

RGB 84 6 29 -
CMYK 0 0.93 0.65 0.67
HSL 342.31º 0.87% 0.18% -
HSV(B) 342.31º 0.93% 0.33% -
XYZ 3.94 2.1 1.36 -
YUV 31.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 84 6 29 0 0.93 0.65 0.67 342.31 0.87 0.18
Hex 54 6 1D 0 5D 41 43 156 57 12
Octal 124 6 35 0 135 101 103 526 127 22
Binary 1010100 110 11101 0 1011101 1000001 1000011 101010110 1010111 10010

Color Harmonies of #54061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54061D

Black with #54061D

Text Example


Text Example

White with #54061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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