Html Css Color HEX #541A27 Bordeaux

📋 copy color: '#541A27'

red 84 ◦ green 26 ◦ blue 39

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

Shades of Bordeaux #541A27

Tints of Bordeaux #541A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

 BLUE value IS 39 (15.63% from 255) = 26.17%

R = 56.38%
G = 17.45%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#541A27 (or 0x541A27) is known color: Bordeaux. HEX triplet: 54, 1A and 27. RGB value is (84,26,39). Sum of RGB (Red+Green+Blue) = 84+26+39=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #541A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A27 is #ABE5D8. Grayscale: #2C2C2C. Windows color (decimal): -11265497 or 2562644. OLE color: 2562644.

HSL color Cylindrical-coordinate representation of color #541A27: hue angle of 346.55º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A27 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 26 39 -
CMYK 0 0.69 0.54 0.67
HSL 346.55º 0.53% 0.22% -
HSV(B) 346.55º 0.69% 0.33% -
XYZ 4.39 2.77 2.22 -
YUV 44.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 84 26 39 0 0.69 0.54 0.67 346.55 0.53 0.22
Hex 54 1A 27 0 45 36 43 15B 35 16
Octal 124 32 47 0 105 66 103 533 65 26
Binary 1010100 11010 100111 0 1000101 110110 1000011 101011011 110101 10110

Color Harmonies of #541A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A27

Black with #541A27

Text Example


Text Example

White with #541A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541A27; }

 p { color: rgb(84,26,39); }

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

background-color css

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

 a { background-color: rgb(84,26,39); }

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

border-color css

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

 span { border-color: rgb(84,26,39); }

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