Html Css Color HEX #54202A Bordeaux

📋 copy color: '#54202A'

red 84 ◦ green 32 ◦ blue 42

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

Shades of Bordeaux #54202A

Tints of Bordeaux #54202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.25%

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

R = 53.16%
G = 20.25%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54202A (or 0x54202A) is known color: Bordeaux. HEX triplet: 54, 20 and 2A. RGB value is (84,32,42). Sum of RGB (Red+Green+Blue) = 84+32+42=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #54202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54202A is #ABDFD5. Grayscale: #303030. Windows color (decimal): -11263958 or 2760788. OLE color: 2760788.

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

Color convert

RGB 84 32 42 -
CMYK 0 0.62 0.5 0.67
HSL 348.46º 0.45% 0.23% -
HSV(B) 348.46º 0.62% 0.33% -
XYZ 4.59 3.09 2.54 -
YUV 48.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 84 32 42 0 0.62 0.5 0.67 348.46 0.45 0.23
Hex 54 20 2A 0 3E 32 43 15C 2D 17
Octal 124 40 52 0 76 62 103 534 55 27
Binary 1010100 100000 101010 0 111110 110010 1000011 101011100 101101 10111

Color Harmonies of #54202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54202A

Black with #54202A

Text Example


Text Example

White with #54202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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