Html Css Color HEX #54141F Bordeaux

📋 copy color: '#54141F'

red 84 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #54141F

Tints of Bordeaux #54141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 62.22%
G = 14.81%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54141F (or 0x54141F) is known color: Bordeaux. HEX triplet: 54, 14 and 1F. RGB value is (84,20,31). Sum of RGB (Red+Green+Blue) = 84+20+31=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54141F is #ABEBE0. Grayscale: #282828. Windows color (decimal): -11267041 or 2036820. OLE color: 2036820.

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

Color convert

RGB 84 20 31 -
CMYK 0 0.76 0.63 0.67
HSL 349.69º 0.62% 0.2% -
HSV(B) 349.69º 0.76% 0.33% -
XYZ 4.15 2.48 1.56 -
YUV 40.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 84 20 31 0 0.76 0.63 0.67 349.69 0.62 0.2
Hex 54 14 1F 0 4C 3F 43 15E 3E 14
Octal 124 24 37 0 114 77 103 536 76 24
Binary 1010100 10100 11111 0 1001100 111111 1000011 101011110 111110 10100

Color Harmonies of #54141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54141F

Black with #54141F

Text Example


Text Example

White with #54141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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