Html Css Color HEX #561641 Pompadour

📋 copy color: '#561641'

red 86 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #561641

Tints of Pompadour #561641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 49.71%
G = 12.72%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#561641 (or 0x561641) is known color: Pompadour. HEX triplet: 56, 16 and 41. RGB value is (86,22,65). Sum of RGB (Red+Green+Blue) = 86+22+65=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #561641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561641 is #A9E9BE. Grayscale: #2D2D2D. Windows color (decimal): -11135423 or 4265558. OLE color: 4265558.

HSL color Cylindrical-coordinate representation of color #561641: hue angle of 319.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561641 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 22 65 -
CMYK 0 0.74 0.24 0.66
HSL 319.69º 0.59% 0.21% -
HSV(B) 319.69º 0.74% 0.34% -
XYZ 5.08 2.93 5.3 -
YUV 46.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 86 22 65 0 0.74 0.24 0.66 319.69 0.59 0.21
Hex 56 16 41 0 4A 18 42 140 3B 15
Octal 126 26 101 0 112 30 102 500 73 25
Binary 1010110 10110 1000001 0 1001010 11000 1000010 101000000 111011 10101

Color Harmonies of #561641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561641

Black with #561641

Text Example


Text Example

White with #561641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561641; }

 p { color: rgb(86,22,65); }

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

background-color css

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

 a { background-color: rgb(86,22,65); }

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

border-color css

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

 span { border-color: rgb(86,22,65); }

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