Html Css Color HEX #54181F Bordeaux

📋 copy color: '#54181F'

red 84 ◦ green 24 ◦ blue 31

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

Shades of Bordeaux #54181F

Tints of Bordeaux #54181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

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

R = 60.43%
G = 17.27%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#54181F (or 0x54181F) is known color: Bordeaux. HEX triplet: 54, 18 and 1F. RGB value is (84,24,31). Sum of RGB (Red+Green+Blue) = 84+24+31=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #54181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181F is #ABE7E0. Grayscale: #2A2A2A. Windows color (decimal): -11266017 or 2037844. OLE color: 2037844.

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

Color convert

RGB 84 24 31 -
CMYK 0 0.71 0.63 0.67
HSL 353º 0.56% 0.21% -
HSV(B) 353º 0.71% 0.33% -
XYZ 4.23 2.64 1.58 -
YUV 42.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 84 24 31 0 0.71 0.63 0.67 353 0.56 0.21
Hex 54 18 1F 0 47 3F 43 161 38 15
Octal 124 30 37 0 107 77 103 541 70 25
Binary 1010100 11000 11111 0 1000111 111111 1000011 101100001 111000 10101

Color Harmonies of #54181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54181F

Black with #54181F

Text Example


Text Example

White with #54181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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