Html Css Color HEX #54101B Bordeaux

📋 copy color: '#54101B'

red 84 ◦ green 16 ◦ blue 27

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

Shades of Bordeaux #54101B

Tints of Bordeaux #54101B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 66.14%
G = 12.6%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54101B (or 0x54101B) is known color: Bordeaux. HEX triplet: 54, 10 and 1B. RGB value is (84,16,27). Sum of RGB (Red+Green+Blue) = 84+16+27=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #54101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54101B is #ABEFE4. Grayscale: #252525. Windows color (decimal): -11268069 or 1773652. OLE color: 1773652.

HSL color Cylindrical-coordinate representation of color #54101B: hue angle of 350.29º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54101B is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 27 -
CMYK 0 0.81 0.68 0.67
HSL 350.29º 0.68% 0.2% -
HSV(B) 350.29º 0.81% 0.33% -
XYZ 4.04 2.33 1.27 -
YUV 37.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 84 16 27 0 0.81 0.68 0.67 350.29 0.68 0.2
Hex 54 10 1B 0 51 44 43 15E 44 14
Octal 124 20 33 0 121 104 103 536 104 24
Binary 1010100 10000 11011 0 1010001 1000100 1000011 101011110 1000100 10100

Color Harmonies of #54101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54101B

Black with #54101B

Text Example


Text Example

White with #54101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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