Html Css Color HEX #54152A Bordeaux

📋 copy color: '#54152A'

red 84 ◦ green 21 ◦ blue 42

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

Shades of Bordeaux #54152A

Tints of Bordeaux #54152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 42 (16.8% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54152A (or 0x54152A) is known color: Bordeaux. HEX triplet: 54, 15 and 2A. RGB value is (84,21,42). Sum of RGB (Red+Green+Blue) = 84+21+42=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54152A is #ABEAD5. Grayscale: #2A2A2A. Windows color (decimal): -11266774 or 2757972. OLE color: 2757972.

HSL color Cylindrical-coordinate representation of color #54152A: hue angle of 340º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54152A is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 42 -
CMYK 0 0.75 0.5 0.67
HSL 340º 0.6% 0.21% -
HSV(B) 340º 0.75% 0.33% -
XYZ 4.34 2.59 2.46 -
YUV 42.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 84 21 42 0 0.75 0.5 0.67 340 0.6 0.21
Hex 54 15 2A 0 4B 32 43 154 3C 15
Octal 124 25 52 0 113 62 103 524 74 25
Binary 1010100 10101 101010 0 1001011 110010 1000011 101010100 111100 10101

Color Harmonies of #54152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54152A

Black with #54152A

Text Example


Text Example

White with #54152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54152A; }

 p { color: rgb(84,21,42); }

 H1.HeaderClassName
 {
   color: #54152A;
 }
 .AnyTagClassName
 {
   color: #54152A;
 }
</style>

background-color css

<style>
 a { background-color: #54152A; }

 a { background-color: rgb(84,21,42); }

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

border-color css

<style>
 span { border-color: #54152A; }

 span { border-color: rgb(84,21,42); }

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