Html Css Color HEX #541C41 Pompadour

📋 copy color: '#541C41'

red 84 ◦ green 28 ◦ blue 65

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

Shades of Pompadour #541C41

Tints of Pompadour #541C41

RGB

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

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

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

R = 47.46%
G = 15.82%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541C41 (or 0x541C41) is known color: Pompadour. HEX triplet: 54, 1C and 41. RGB value is (84,28,65). Sum of RGB (Red+Green+Blue) = 84+28+65=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #541C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C41 is #ABE3BE. Grayscale: #303030. Windows color (decimal): -11264959 or 4267092. OLE color: 4267092.

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

Color convert

RGB 84 28 65 -
CMYK 0 0.67 0.23 0.67
HSL 320.36º 0.5% 0.22% -
HSV(B) 320.36º 0.67% 0.33% -
XYZ 5.03 3.1 5.33 -
YUV 48.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 84 28 65 0 0.67 0.23 0.67 320.36 0.5 0.22
Hex 54 1C 41 0 43 17 43 140 32 16
Octal 124 34 101 0 103 27 103 500 62 26
Binary 1010100 11100 1000001 0 1000011 10111 1000011 101000000 110010 10110

Color Harmonies of #541C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C41

Black with #541C41

Text Example


Text Example

White with #541C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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