Html Css Color HEX #541C40 Pompadour

📋 copy color: '#541C40'

red 84 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #541C40

Tints of Pompadour #541C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 47.73%
G = 15.91%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#541C40 (or 0x541C40) is known color: Pompadour. HEX triplet: 54, 1C and 40. RGB value is (84,28,64). Sum of RGB (Red+Green+Blue) = 84+28+64=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C40 is #ABE3BF. Grayscale: #303030. Windows color (decimal): -11264960 or 4201556. OLE color: 4201556.

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

Color convert

RGB 84 28 64 -
CMYK 0 0.67 0.24 0.67
HSL 321.43º 0.5% 0.22% -
HSV(B) 321.43º 0.67% 0.33% -
XYZ 5 3.09 5.18 -
YUV 48.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 84 28 64 0 0.67 0.24 0.67 321.43 0.5 0.22
Hex 54 1C 40 0 43 18 43 141 32 16
Octal 124 34 100 0 103 30 103 501 62 26
Binary 1010100 11100 1000000 0 1000011 11000 1000011 101000001 110010 10110

Color Harmonies of #541C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C40

Black with #541C40

Text Example


Text Example

White with #541C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,28,64); }

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

background-color css

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

 a { background-color: rgb(84,28,64); }

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

border-color css

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

 span { border-color: rgb(84,28,64); }

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