Html Css Color HEX #541A41 Pompadour

📋 copy color: '#541A41'

red 84 ◦ green 26 ◦ blue 65

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

Shades of Pompadour #541A41

Tints of Pompadour #541A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 48%
G = 14.86%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541A41 (or 0x541A41) is known color: Pompadour. HEX triplet: 54, 1A and 41. RGB value is (84,26,65). Sum of RGB (Red+Green+Blue) = 84+26+65=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #541A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A41 is #ABE5BE. Grayscale: #2F2F2F. Windows color (decimal): -11265471 or 4266580. OLE color: 4266580.

HSL color Cylindrical-coordinate representation of color #541A41: hue angle of 319.66º 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 #541A41 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 26 65 -
CMYK 0 0.69 0.23 0.67
HSL 319.66º 0.53% 0.22% -
HSV(B) 319.66º 0.69% 0.33% -
XYZ 4.98 3.01 5.32 -
YUV 47.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 84 26 65 0 0.69 0.23 0.67 319.66 0.53 0.22
Hex 54 1A 41 0 45 17 43 140 35 16
Octal 124 32 101 0 105 27 103 500 65 26
Binary 1010100 11010 1000001 0 1000101 10111 1000011 101000000 110101 10110

Color Harmonies of #541A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A41

Black with #541A41

Text Example


Text Example

White with #541A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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