Html Css Color HEX #561741 Pompadour

📋 copy color: '#561741'

red 86 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #561741

Tints of Pompadour #561741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.22%

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

R = 49.43%
G = 13.22%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#561741 (or 0x561741) is known color: Pompadour. HEX triplet: 56, 17 and 41. RGB value is (86,23,65). Sum of RGB (Red+Green+Blue) = 86+23+65=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561741 is #A9E8BE. Grayscale: #2E2E2E. Windows color (decimal): -11135167 or 4265814. OLE color: 4265814.

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

Color convert

RGB 86 23 65 -
CMYK 0 0.73 0.24 0.66
HSL 320º 0.58% 0.21% -
HSV(B) 320º 0.73% 0.34% -
XYZ 5.1 2.97 5.31 -
YUV 46.63 138.37 156.08 -
System Red Green Blue C M Y K H S L
Decimal 86 23 65 0 0.73 0.24 0.66 320 0.58 0.21
Hex 56 17 41 0 49 18 42 140 3A 15
Octal 126 27 101 0 111 30 102 500 72 25
Binary 1010110 10111 1000001 0 1001001 11000 1000010 101000000 111010 10101

Color Harmonies of #561741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561741

Black with #561741

Text Example


Text Example

White with #561741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561741; }

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

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

background-color css

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

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

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

border-color css

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

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

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