Html Css Color HEX #541E41 Pompadour

📋 copy color: '#541E41'

red 84 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #541E41

Tints of Pompadour #541E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.76%

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

R = 46.93%
G = 16.76%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541E41 (or 0x541E41) is known color: Pompadour. HEX triplet: 54, 1E and 41. RGB value is (84,30,65). Sum of RGB (Red+Green+Blue) = 84+30+65=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 84 - color contains mainly: red. Hex color #541E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E41 is #ABE1BE. Grayscale: #323232. Windows color (decimal): -11264447 or 4267604. OLE color: 4267604.

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

Color convert

RGB 84 30 65 -
CMYK 0 0.64 0.23 0.67
HSL 321.11º 0.47% 0.22% -
HSV(B) 321.11º 0.64% 0.33% -
XYZ 5.07 3.2 5.35 -
YUV 50.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 84 30 65 0 0.64 0.23 0.67 321.11 0.47 0.22
Hex 54 1E 41 0 40 17 43 141 2F 16
Octal 124 36 101 0 100 27 103 501 57 26
Binary 1010100 11110 1000001 0 1000000 10111 1000011 101000001 101111 10110

Color Harmonies of #541E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E41

Black with #541E41

Text Example


Text Example

White with #541E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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