Html Css Color HEX #561941 Pompadour

📋 copy color: '#561941'

red 86 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #561941

Tints of Pompadour #561941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 48.86%
G = 14.2%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#561941 (or 0x561941) is known color: Pompadour. HEX triplet: 56, 19 and 41. RGB value is (86,25,65). Sum of RGB (Red+Green+Blue) = 86+25+65=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561941 is #A9E6BE. Grayscale: #2F2F2F. Windows color (decimal): -11134655 or 4266326. OLE color: 4266326.

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

Color convert

RGB 86 25 65 -
CMYK 0 0.71 0.24 0.66
HSL 320.66º 0.55% 0.22% -
HSV(B) 320.66º 0.71% 0.34% -
XYZ 5.14 3.06 5.32 -
YUV 47.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 86 25 65 0 0.71 0.24 0.66 320.66 0.55 0.22
Hex 56 19 41 0 47 18 42 141 37 16
Octal 126 31 101 0 107 30 102 501 67 26
Binary 1010110 11001 1000001 0 1000111 11000 1000010 101000001 110111 10110

Color Harmonies of #561941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561941

Black with #561941

Text Example


Text Example

White with #561941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561941; }

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

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

background-color css

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

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

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

border-color css

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

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

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