Html Css Color HEX #561842 Pompadour

📋 copy color: '#561842'

red 86 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #561842

Tints of Pompadour #561842

RGB

 RED value IS 86 (33.98% from 255) = 48.86%

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

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

R = 48.86%
G = 13.64%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#561842 (or 0x561842) is known color: Pompadour. HEX triplet: 56, 18 and 42. RGB value is (86,24,66). Sum of RGB (Red+Green+Blue) = 86+24+66=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561842 is #A9E7BD. Grayscale: #2F2F2F. Windows color (decimal): -11134910 or 4331606. OLE color: 4331606.

HSL color Cylindrical-coordinate representation of color #561842: hue angle of 319.35º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561842 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 24 66 -
CMYK 0 0.72 0.23 0.66
HSL 319.35º 0.56% 0.22% -
HSV(B) 319.35º 0.72% 0.34% -
XYZ 5.15 3.03 5.47 -
YUV 47.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 86 24 66 0 0.72 0.23 0.66 319.35 0.56 0.22
Hex 56 18 42 0 48 17 42 13F 38 16
Octal 126 30 102 0 110 27 102 477 70 26
Binary 1010110 11000 1000010 0 1001000 10111 1000010 100111111 111000 10110

Color Harmonies of #561842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561842

Black with #561842

Text Example


Text Example

White with #561842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561842; }

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

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

background-color css

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

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

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

border-color css

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

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

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