Html Css Color HEX #541826 Bordeaux

📋 copy color: '#541826'

red 84 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #541826

Tints of Bordeaux #541826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 57.53%
G = 16.44%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541826 (or 0x541826) is known color: Bordeaux. HEX triplet: 54, 18 and 26. RGB value is (84,24,38). Sum of RGB (Red+Green+Blue) = 84+24+38=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541826 is #ABE7D9. Grayscale: #2B2B2B. Windows color (decimal): -11266010 or 2496596. OLE color: 2496596.

HSL color Cylindrical-coordinate representation of color #541826: hue angle of 346º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541826 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 24 38 -
CMYK 0 0.71 0.55 0.67
HSL 346º 0.56% 0.21% -
HSV(B) 346º 0.71% 0.33% -
XYZ 4.33 2.68 2.12 -
YUV 43.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 84 24 38 0 0.71 0.55 0.67 346 0.56 0.21
Hex 54 18 26 0 47 37 43 15A 38 15
Octal 124 30 46 0 107 67 103 532 70 25
Binary 1010100 11000 100110 0 1000111 110111 1000011 101011010 111000 10101

Color Harmonies of #541826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541826

Black with #541826

Text Example


Text Example

White with #541826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541826; }

 p { color: rgb(84,24,38); }

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

background-color css

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

 a { background-color: rgb(84,24,38); }

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

border-color css

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

 span { border-color: rgb(84,24,38); }

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