Html Css Color HEX #54061B Bordeaux

📋 copy color: '#54061B'

red 84 ◦ green 6 ◦ blue 27

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

Shades of Bordeaux #54061B

Tints of Bordeaux #54061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 71.79%
G = 5.13%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54061B (or 0x54061B) is known color: Bordeaux. HEX triplet: 54, 06 and 1B. RGB value is (84,6,27). Sum of RGB (Red+Green+Blue) = 84+6+27=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54061B is #ABF9E4. Grayscale: #1F1F1F. Windows color (decimal): -11270629 or 1771092. OLE color: 1771092.

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

Color convert

RGB 84 6 27 -
CMYK 0 0.93 0.68 0.67
HSL 343.85º 0.87% 0.18% -
HSV(B) 343.85º 0.93% 0.33% -
XYZ 3.92 2.09 1.23 -
YUV 31.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 84 6 27 0 0.93 0.68 0.67 343.85 0.87 0.18
Hex 54 6 1B 0 5D 44 43 158 57 12
Octal 124 6 33 0 135 104 103 530 127 22
Binary 1010100 110 11011 0 1011101 1000100 1000011 101011000 1010111 10010

Color Harmonies of #54061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54061B

Black with #54061B

Text Example


Text Example

White with #54061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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