Html Css Color HEX #541842 Pompadour

📋 copy color: '#541842'

red 84 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #541842

Tints of Pompadour #541842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 48.28%
G = 13.79%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#541842 (or 0x541842) is known color: Pompadour. HEX triplet: 54, 18 and 42. RGB value is (84,24,66). Sum of RGB (Red+Green+Blue) = 84+24+66=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541842 is #ABE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11265982 or 4331604. OLE color: 4331604.

HSL color Cylindrical-coordinate representation of color #541842: hue angle of 318º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #541842 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 24 66 -
CMYK 0 0.71 0.21 0.67
HSL 318º 0.56% 0.21% -
HSV(B) 318º 0.71% 0.33% -
XYZ 4.97 2.93 5.46 -
YUV 46.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 84 24 66 0 0.71 0.21 0.67 318 0.56 0.21
Hex 54 18 42 0 47 15 43 13E 38 15
Octal 124 30 102 0 107 25 103 476 70 25
Binary 1010100 11000 1000010 0 1000111 10101 1000011 100111110 111000 10101

Color Harmonies of #541842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541842

Black with #541842

Text Example


Text Example

White with #541842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541842; }

 p { color: rgb(84,24,66); }

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

background-color css

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

 a { background-color: rgb(84,24,66); }

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

border-color css

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

 span { border-color: rgb(84,24,66); }

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