Html Css Color HEX #54182B Bordeaux

📋 copy color: '#54182B'

red 84 ◦ green 24 ◦ blue 43

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

Shades of Bordeaux #54182B

Tints of Bordeaux #54182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 55.63%
G = 15.89%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54182B (or 0x54182B) is known color: Bordeaux. HEX triplet: 54, 18 and 2B. RGB value is (84,24,43). Sum of RGB (Red+Green+Blue) = 84+24+43=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54182B is #ABE7D4. Grayscale: #2C2C2C. Windows color (decimal): -11266005 or 2824276. OLE color: 2824276.

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

Color convert

RGB 84 24 43 -
CMYK 0 0.71 0.49 0.67
HSL 341º 0.56% 0.21% -
HSV(B) 341º 0.71% 0.33% -
XYZ 4.42 2.71 2.58 -
YUV 44.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 84 24 43 0 0.71 0.49 0.67 341 0.56 0.21
Hex 54 18 2B 0 47 31 43 155 38 15
Octal 124 30 53 0 107 61 103 525 70 25
Binary 1010100 11000 101011 0 1000111 110001 1000011 101010101 111000 10101

Color Harmonies of #54182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54182B

Black with #54182B

Text Example


Text Example

White with #54182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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