Html Css Color HEX #541F41 Pompadour

📋 copy color: '#541F41'

red 84 ◦ green 31 ◦ blue 65

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

Shades of Pompadour #541F41

Tints of Pompadour #541F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.22%

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

R = 46.67%
G = 17.22%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541F41 (or 0x541F41) is known color: Pompadour. HEX triplet: 54, 1F and 41. RGB value is (84,31,65). Sum of RGB (Red+Green+Blue) = 84+31+65=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #541F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F41 is #ABE0BE. Grayscale: #323232. Windows color (decimal): -11264191 or 4267860. OLE color: 4267860.

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

Color convert

RGB 84 31 65 -
CMYK 0 0.63 0.23 0.67
HSL 321.51º 0.46% 0.23% -
HSV(B) 321.51º 0.63% 0.33% -
XYZ 5.1 3.25 5.36 -
YUV 50.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 84 31 65 0 0.63 0.23 0.67 321.51 0.46 0.23
Hex 54 1F 41 0 3F 17 43 142 2E 17
Octal 124 37 101 0 77 27 103 502 56 27
Binary 1010100 11111 1000001 0 111111 10111 1000011 101000010 101110 10111

Color Harmonies of #541F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F41

Black with #541F41

Text Example


Text Example

White with #541F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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