Html Css Color HEX #541228 Bordeaux

📋 copy color: '#541228'

red 84 ◦ green 18 ◦ blue 40

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

Shades of Bordeaux #541228

Tints of Bordeaux #541228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

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

R = 59.15%
G = 12.68%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#541228 (or 0x541228) is known color: Bordeaux. HEX triplet: 54, 12 and 28. RGB value is (84,18,40). Sum of RGB (Red+Green+Blue) = 84+18+40=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541228 is #ABEDD7. Grayscale: #282828. Windows color (decimal): -11267544 or 2626132. OLE color: 2626132.

HSL color Cylindrical-coordinate representation of color #541228: hue angle of 340º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541228 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 18 40 -
CMYK 0 0.79 0.52 0.67
HSL 340º 0.65% 0.2% -
HSV(B) 340º 0.79% 0.33% -
XYZ 4.26 2.47 2.26 -
YUV 40.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 84 18 40 0 0.79 0.52 0.67 340 0.65 0.2
Hex 54 12 28 0 4F 34 43 154 41 14
Octal 124 22 50 0 117 64 103 524 101 24
Binary 1010100 10010 101000 0 1001111 110100 1000011 101010100 1000001 10100

Color Harmonies of #541228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541228

Black with #541228

Text Example


Text Example

White with #541228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541228; }

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

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

background-color css

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

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

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

border-color css

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

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

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