Html Css Color HEX #54111F Bordeaux

📋 copy color: '#54111F'

red 84 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #54111F

Tints of Bordeaux #54111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 63.64%
G = 12.88%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54111F (or 0x54111F) is known color: Bordeaux. HEX triplet: 54, 11 and 1F. RGB value is (84,17,31). Sum of RGB (Red+Green+Blue) = 84+17+31=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54111F is #ABEEE0. Grayscale: #262626. Windows color (decimal): -11267809 or 2036052. OLE color: 2036052.

HSL color Cylindrical-coordinate representation of color #54111F: hue angle of 347.46º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54111F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 31 -
CMYK 0 0.80 0.63 0.67
HSL 347.46º 0.66% 0.2% -
HSV(B) 347.46º 0.8% 0.33% -
XYZ 4.1 2.38 1.54 -
YUV 38.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 84 17 31 0 0.80 0.63 0.67 347.46 0.66 0.2
Hex 54 11 1F 0 50 3F 43 15B 42 14
Octal 124 21 37 0 120 77 103 533 102 24
Binary 1010100 10001 11111 0 1010000 111111 1000011 101011011 1000010 10100

Color Harmonies of #54111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54111F

Black with #54111F

Text Example


Text Example

White with #54111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54111F; }

 p { color: rgb(84,17,31); }

 H1.HeaderClassName
 {
   color: #54111F;
 }
 .AnyTagClassName
 {
   color: #54111F;
 }
</style>

background-color css

<style>
 a { background-color: #54111F; }

 a { background-color: rgb(84,17,31); }

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

border-color css

<style>
 span { border-color: #54111F; }

 span { border-color: rgb(84,17,31); }

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