Html Css Color HEX #54142B Bordeaux

📋 copy color: '#54142B'

red 84 ◦ green 20 ◦ blue 43

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

Shades of Bordeaux #54142B

Tints of Bordeaux #54142B

RGB

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

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

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

R = 57.14%
G = 13.61%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54142B (or 0x54142B) is known color: Bordeaux. HEX triplet: 54, 14 and 2B. RGB value is (84,20,43). Sum of RGB (Red+Green+Blue) = 84+20+43=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142B is #ABEBD4. Grayscale: #292929. Windows color (decimal): -11267029 or 2823252. OLE color: 2823252.

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

Color convert

RGB 84 20 43 -
CMYK 0 0.76 0.49 0.67
HSL 338.44º 0.62% 0.2% -
HSV(B) 338.44º 0.76% 0.33% -
XYZ 4.34 2.56 2.55 -
YUV 41.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 84 20 43 0 0.76 0.49 0.67 338.44 0.62 0.2
Hex 54 14 2B 0 4C 31 43 152 3E 14
Octal 124 24 53 0 114 61 103 522 76 24
Binary 1010100 10100 101011 0 1001100 110001 1000011 101010010 111110 10100

Color Harmonies of #54142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54142B

Black with #54142B

Text Example


Text Example

White with #54142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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