Html Css Color HEX #542028 Bordeaux

📋 copy color: '#542028'

red 84 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #542028

Tints of Bordeaux #542028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 53.85%
G = 20.51%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#542028 (or 0x542028) is known color: Bordeaux. HEX triplet: 54, 20 and 28. RGB value is (84,32,40). Sum of RGB (Red+Green+Blue) = 84+32+40=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #542028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542028 is #ABDFD7. Grayscale: #303030. Windows color (decimal): -11263960 or 2629716. OLE color: 2629716.

HSL color Cylindrical-coordinate representation of color #542028: hue angle of 350.77º 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 #542028 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 32 40 -
CMYK 0 0.62 0.52 0.67
HSL 350.77º 0.45% 0.23% -
HSV(B) 350.77º 0.62% 0.33% -
XYZ 4.56 3.07 2.36 -
YUV 48.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 84 32 40 0 0.62 0.52 0.67 350.77 0.45 0.23
Hex 54 20 28 0 3E 34 43 15F 2D 17
Octal 124 40 50 0 76 64 103 537 55 27
Binary 1010100 100000 101000 0 111110 110100 1000011 101011111 101101 10111

Color Harmonies of #542028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542028

Black with #542028

Text Example


Text Example

White with #542028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542028; }

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

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

background-color css

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

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

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

border-color css

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

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

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